Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in minitest

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?

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?

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