Skip to content

Instantly share code, notes, and snippets.

@HotFusionMan
Created June 25, 2012 23:47
Show Gist options
  • Select an option

  • Save HotFusionMan/2992151 to your computer and use it in GitHub Desktop.

Select an option

Save HotFusionMan/2992151 to your computer and use it in GitHub Desktop.
run only one Rails test class via Rake
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