ruby Test::Unit Command line options?

Posted by Joe Soul-bringer on Stack Overflow See other posts from Stack Overflow or by Joe Soul-bringer
Published on 2009-02-12T21:59:00Z Indexed on 2010/04/29 23:37 UTC
Read the original article Hit count: 448

Filed under:
|

Hi all,

When running tests in Ruby's unit::test framework, is there a really easy way to specify, from the command-line, that only one test should be run (that is, specify the test class and test member variable)? If not, is there another framework that has this feature?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about unit-testing