diff --git a/src/Rakefile b/src/Rakefile index 171fffe..1a2c7f2 100644 --- a/src/Rakefile +++ b/src/Rakefile @@ -7,6 +7,6 @@ require 'rake/testtask' task :default => :test task :test do - ruby '-I.', 'path_to_enlightenment.rb' + ruby 'path_to_enlightenment.rb' end diff --git a/src/path_to_enlightenment.rb b/src/path_to_enlightenment.rb index 6a87bcb..ee57759 100644 --- a/src/path_to_enlightenment.rb +++ b/src/path_to_enlightenment.rb @@ -1,5 +1,7 @@ # The path to Ruby Enlightenment starts with the following: +$LOAD_PATH << File.dirname(__FILE__) + require 'about_asserts' require 'about_nil' require 'about_arrays'