summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 01ae14a..cf8c27a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,5 @@
task :test do
- $LOAD_PATH.unshift './test'
+ $:.unshift './test'
Dir.glob("test/*_test.rb").each { |test| require "./#{test}" }
end