Skip to content

Instantly share code, notes, and snippets.

@czarneckid
Created May 27, 2011 21:34
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 czarneckid/996230 to your computer and use it in GitHub Desktop.
Save czarneckid/996230 to your computer and use it in GitHub Desktop.
task :default => :test_rubies
desc "Runs tests on Ruby 1.8.7 and 1.9.2"
task :test_rubies do
system "rvm 1.8.7@tasty_gem,1.9.2@tasty_gem rake test"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment