Q: What is the rake command to run a single rails unit test?
A: There is none, use ruby test/unit/my_test.rb
There is one post tagged automated testing.
Q: What is the rake command to run a single rails unit test?
A: There is none, use ruby test/unit/my_test.rb