If you don’t wish to run all the unit tests in your test case you can tell ruby to run only one by passing in the name of the test:
ruby test_mytestcase.rb --name test_just_this_method
If you don’t wish to run all the unit tests in your test case you can tell ruby to run only one by passing in the name of the test:
ruby test_mytestcase.rb --name test_just_this_method