diff options
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r-- | actionpack/Rakefile | 2 |
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..." |