Rails rake command to run a single unit test

Filed Under (Ruby) by admin on 06-06-2008

Tagged Under : , ,

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

Post a comment