Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Why doesn't MiniTest::Spec have a wont_raise assertion?

ruby unit-testing minitest

How to use assert_select to test for presence of a given link?

Before/After Suite when using Ruby MiniTest

ruby test-suite minitest

How to set up MiniTest?

Minitest and Rspec [closed]

How to organize minitest/unit tests?

ruby-on-rails ruby minitest

How do I stub things in MiniTest?

ruby minitest stub

How to run all tests with minitest?

ruby minitest

Is it possible to mark a test as pending in MiniTest?

What is the expected syntax for checking exception messages in MiniTest's assert_raises/must_raise?

ruby tdd minitest assertion

Is it possible to run a single test in MiniTest?