From: Phlip Date: 2006-09-05T05:30:10+09:00 Subject: run only one test case? Rubies: Here's where I run my Ruby/Unit suite: aTestSuite = Test::Unit::TestSuite.new("MRW") aTestSuite << a bunch of suites got = runner.run(aTestSuite) Now how to augment that so we fetch ARGV[], and if there's a test case by name, only run that one case? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!