Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in minitest

Rake test not picking up capybara tests in minitest

Error "cannot load such file -- 2.0/Console_ext" running unit tests in RubyMine

ruby rubymine minitest

Rails 4 and RSpec, undefined method `assertions' in routing spec

How to make Rubymine working with minitest framework

Printing Rails test names to find the slowest tests

What is the use of assert_predicate in MiniTest?

ruby minitest

How to run only controller tests in MiniTest?

Check method call on model using MiniTest

How to run existing test code on Ruby 2.2

ruby minitest ruby-2.2

How can I generate a report that shows me my slowest running tests in Rails 3.2, Ruby 1.9?

Can't send request headers in Minitest

ruby-on-rails minitest

how to include module for MiniTest

ruby-on-rails minitest

What should MiniTest::Spec files be named?

Capybara not working with factory girl

In Rails why is my mail body empty only in my test?