Skip to content

Instantly share code, notes, and snippets.

@JackDanger
Created August 3, 2011 23:19
Show Gist options
  • Select an option

  • Save JackDanger/1124113 to your computer and use it in GitHub Desktop.

Select an option

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