From: Chris Roos Date: 2005-10-30T18:36:19+09:00 Subject: Running one test with test/unit Hi, As per this page[1], it is possible to run one test from a testcase by using.. # ruby [programfile] -n [testmethod] I'm probably missing something obvious but I really don't know why it works. Can anyone shed some light? Cheers, Chris [1] http://wiki.rubyonrails.com/rails/pages/HowtoRunOneTest