summary refs log tree commit
diff options
context:
space:
mode:
authorJames Tucker <jftucker@gmail.com>2011-12-27 16:51:23 -0400
committerJames Tucker <jftucker@gmail.com>2011-12-27 16:51:23 -0400
commit68aa4e4b595184ae7106cd610f4448e3920a1c4d (patch)
tree948433161808f5a1eb1bbe16d2c794c805154a50
parentea6cb6fabe76156dda4eb2045a4d91b06cb8e5e0 (diff)
downloadrack-68aa4e4b595184ae7106cd610f4448e3920a1c4d.tar.gz
Whoops, that's not what I meant. There is no exclude here.
-rw-r--r--Rakefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 8fd16614..562b7677 100644
--- a/Rakefile
+++ b/Rakefile
@@ -86,9 +86,7 @@ task :test => 'SPEC' do
 end
 
 desc "Run all the tests we run on CI"
-task :ci => 'SPEC' do
-  sh "bacon -r./test/gemloader -I./lib:./test -w -a -q -t '^Rack::Handler::CGI'"
-end
+task :ci => :test
 
 desc "Run all the tests"
 task :fulltest => %w[SPEC chmod] do