Skip to content

Instantly share code, notes, and snippets.

@JackDanger
Created August 3, 2011 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JackDanger/1124113 to your computer and use it in GitHub Desktop.
Save JackDanger/1124113 to your computer and use it in GitHub Desktop.
Run multiple ruby tests
alias rtest="ruby -I\"lib:test\" `echo \`gem which rake\` | sed s/.rb$// | awk '{print $1\"/rake_test_loader.rb\"}'`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment