When running tests in the Ruby unit :: test framework, is there really a simple way to indicate from the command line that only one test should be run (i.e. specify the test class and the test test variable)? If not, is there another structure that has this feature?
ruby unit-testing testunit
Joe soul-bringer
source share