Fix one letter typo in comments
[ruby_koans.git] / rakelib / run.rake
1 RUBIES = ENV['KOAN_RUBIES'] || %w(ruby-1.8.7-p299,ruby-1.9.2-p0,jruby-1.5.2,jruby-head)
2
3 task :runall do
4   chdir('src') do
5     ENV['SIMPLE_KOAN_OUTPUT'] = 'true'
6     sh "rvm #{RUBIES} path_to_enlightenment.rb"
7   end
8 end