Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in minitest

Minitest reports the wrong line number when an assertion fails inside a block

ruby minitest

Rails test ok but when running with guard they fail

testing padrino post methods are stopped by csrf

Using fixtures with Clearance in Rails 4 for unit test user model

ci_reporter 1.9.2 + minitest 4.7.5 = no xml reports

Rails-How to use MiniTest's Teardown Method

How do I test (TDD) a singleton class?

ruby tdd minitest

How do I mock an OmniAuth hash using Rails and minitest?

I want to call def setup method before all tests in minitest ruby

ruby minitest selenium-ruby

How do you use multiple tasks using Rake::TestTask?

rake test prepare: NoMethodError: undefined method `[]' for nil:NilClass

How do I find out which callbacks are registered with the at_exit method in Ruby?

How to enable Rails.cache session object for Rails app during tests

Does Minitest have something similar to allow_any_instance_of from RSpec?

ruby rspec minitest

Rolify fixtures setup for rails app

How to seed test data in Rails not using seeds.rb?