By Guus , 3 September 2009

I usually run my unit tests in Eclipse on my development system, or from the command-line on the target environment in bulk.

Sometimes though it's useful to run a single unit test from the command line. There are two equivalent ways of doing that:

rake test=test\integration\firmware_upgrade_test.rb
ruby test\integration\firmware_upgrade_test.rb
Topic