UPdated koans to match latest source.

This commit is contained in:
Jim Weirich
2010-08-16 15:06:12 -04:00
parent 7046294343
commit 8ef93f1d3a
29 changed files with 78 additions and 57 deletions

View File

@@ -7,6 +7,6 @@ require 'rake/testtask'
task :default => :test
task :test do
ruby 'path_to_enlightenment.rb'
ruby '-I.', 'path_to_enlightenment.rb'
end