What command line options are available if you're using the Test::Unit compatibility layer in ruby 1.9.1?

Background:

ruby test/test_all.rb --help

provides information on what command line options are available in ruby 1.8.7, but not in ruby 1.9.1 without the test-unit gem. Looking under Test and Test::Unit for ruby 1.9.1 rdoc doesn't help either.

Ruby 1.9.2 and later give useful output for the --help option.

link|improve this question

66% accept rate
Maybe I should file a bug report for this, if it's still valid. – Andrew Grimm Mar 10 '11 at 22:36
feedback

1 Answer

you can install the test-unit gem which I believe will show you command line options if you run it with --help

link|improve this answer
Thanks for trying, but I mentioned that it works with the test-unit gem in the question. – Andrew Grimm Jun 22 '10 at 5:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.