Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in minitest

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?

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

Why aren't my Minitest tests being run in parallel?