summary refs log tree commit
diff options
context:
space:
mode:
authorraggi <jftucker@gmail.com>2010-12-19 19:25:45 -0800
committerraggi <jftucker@gmail.com>2010-12-19 19:26:04 -0800
commit1281bdc5c90d159706a7689778e1196a92ec6745 (patch)
tree2a5604cc167937e78fdaf2be8b9aae184136c4d5
parentb3936e4ca6a7e766587cbe692d53b478b2d442e5 (diff)
downloadrack-1281bdc5c90d159706a7689778e1196a92ec6745.tar.gz
Use gemloader in fulltest
-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