Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in minitest

Verify method never called or only once called using Minitest::Mock

ruby mocking minitest

Is there a consensus about test frameworks for Ruby 1.9.x? [closed]

ruby testing rspec minitest

Rails and MiniTest: add additional folder

How to use Ruby MiniTest::Spec with Rails for API integration tests?

What does this MiniTest::Unit::TestCase warning mean?

ruby-on-rails minitest

Minitest Issues Ruby on Rails

How to test Pundit policies with Minitest?

Testing controllers with Minitest

Ruby Minitest: Suite- or Class- level setup?

ruby minitest

Factory Girl pass parameter to trait

Testing a concern / module that uses ActiveRecord

URI::InvalidURIError: bad URI(is not URI?) testing Rails controllers

How to color unit tests with lib minitest or Test:Unit?

ruby testunit minitest

Getting Started with MiniTest and Rails

Rake doesn't know how to build tasks: default or minitest

ruby rake minitest

Can minitest do something like "rspec --color --format doc"?

ruby testing minitest

How do I add gem 'minitest' to my test helper?

ruby-on-rails tdd minitest

How to assert the contents of an array, indifferent of the ordering

minitest, test::unit, and rails

How to assert certain method is called with Ruby minitest framework?