Skip to content

Commit

Permalink
Added rake task for running koans against several rubies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Sep 27, 2010
1 parent 17fb071 commit beb7fe5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rakelib/run.rake
@@ -0,0 +1,7 @@
RUBIES = ENV['KOAN_RUBIES'] || %w(ruby-1.8.7-p299,ruby-1.9.2-p0,jruby-1.5.2,jruby-head)

task :runall do
chdir('src') do
sh "rvm #{RUBIES} path_to_enlightenment.rb"
end
end

0 comments on commit beb7fe5

Please sign in to comment.