Added current directory to rake runner.
authorJim Weirich <jim.weirich@gmail.com>
Mon, 16 Aug 2010 19:03:44 +0000 (15:03 -0400)
committerJim Weirich <jim.weirich@gmail.com>
Mon, 16 Aug 2010 19:03:44 +0000 (15:03 -0400)
src/Rakefile

index 1a2c7f2..171fffe 100644 (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