mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-14 23:13:20 -04:00
Simplified output for running against multiple rubies.
This commit is contained in:
@@ -2,6 +2,7 @@ RUBIES = ENV['KOAN_RUBIES'] || %w(ruby-1.8.7-p299,ruby-1.9.2-p0,jruby-1.5.2,jrub
|
||||
|
||||
task :runall do
|
||||
chdir('src') do
|
||||
ENV['SIMPLE_KOAN_OUTPUT'] = 'true'
|
||||
sh "rvm #{RUBIES} path_to_enlightenment.rb"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user