aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-13 12:42:13 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-13 12:42:13 -0500
commita9f5f4bb451a0e0c666dc694a870371e7cc3ee99 (patch)
treed026be7e849a907bd83fda66944ee0232f32f194 /actionpack/Rakefile
parentf3f2e0b00d8b422fd5921fb709ac7a9570ad2a6a (diff)
downloadrails-a9f5f4bb451a0e0c666dc694a870371e7cc3ee99.tar.gz
rails-a9f5f4bb451a0e0c666dc694a870371e7cc3ee99.tar.bz2
rails-a9f5f4bb451a0e0c666dc694a870371e7cc3ee99.zip
Don't force test suite to use bundler
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 6d98aa3190..b923414cef 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -17,7 +17,7 @@ RUBY_FORGE_PROJECT = "actionpack"
RUBY_FORGE_USER = "webster132"
desc "Default Task"
-task :default => [ :bundle, :test ]
+task :default => :test
task :bundle do
puts "Checking if the bundled testing requirements are up to date..."