summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-08-09 18:52:33 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-08-09 18:52:33 +0200
commit6ae0f8ce444537a266e267ec2426d1db9d5789cc (patch)
tree891a91c7091014d55b053b397e76b2702a3bde3d
parent54c5b1b19e73793395828ae94fdf8951e23e45ea (diff)
downloadrack-6ae0f8ce444537a266e267ec2426d1db9d5789cc.tar.gz
Don't test OpenID in the default test suite
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 049a4927..f12a5ad6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -84,7 +84,7 @@ end
desc "Run all the fast tests"
task :test do
- sh "specrb -Ilib:test -w #{ENV['TEST'] || '-a'} #{ENV['TESTOPTS'] || '-t "^(?!Rack::Handler|Rack::Adapter|Rack::Session::Memcache)"'}"
+ sh "specrb -Ilib:test -w #{ENV['TEST'] || '-a'} #{ENV['TESTOPTS'] || '-t "^(?!Rack::Handler|Rack::Adapter|Rack::Session::Memcache|Rack::Auth::OpenID)"'}"
end
desc "Run all the tests"