Created
June 25, 2012 23:47
-
-
Save HotFusionMan/2992151 to your computer and use it in GitHub Desktop.
run only one Rails test class via Rake
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test_type=unit | |
| test_class_name=active_record | |
| rake test:${test_type}s TEST=test/${test_type}/${test_class_name}_test.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment