Jun
06
Rails rake command to run a single unit test
Filed Under (Ruby) by admin on 06-06-2008
Tagged Under : automated testing, rails, unit test
Q: What is the rake command to run a single rails unit test?
A: There is none, use ruby test/unit/my_test.rb
