summary refs log tree commit
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 ad493c92..2b4a2403 100644
--- a/Rakefile
+++ b/Rakefile
@@ -77,7 +77,7 @@ desc "Run all the tests"
 task :fulltest => [:chmod] do
   opts     = ENV['TEST'] || '-a'
   specopts = ENV['TESTOPTS'] || '-q'
-  sh "bacon -I./lib:./test -w #{opts} #{specopts}"
+  sh "bacon -rtest/gemloader -I./lib:./test -w #{opts} #{specopts}"
 end
 
 task :gem => ["SPEC"] do