aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-09-18 14:00:00 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-09-18 14:00:00 -0700
commit38f6533792985dac7ad790225e72252ac3d8b51c (patch)
treee1c1b510bc83d994b345822aeaa601a37c64c7f3 /actionpack/Rakefile
parent1f6b0a554b945a02a08436bbd411ef95640b12ba (diff)
downloadrails-38f6533792985dac7ad790225e72252ac3d8b51c.tar.gz
rails-38f6533792985dac7ad790225e72252ac3d8b51c.tar.bz2
rails-38f6533792985dac7ad790225e72252ac3d8b51c.zip
argument error is done for us
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index d67c6f2410..521ee6913a 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -18,7 +18,8 @@ Rake::TestTask.new(:test_action_pack) do |t|
# this will not happen automatically and the tests (as a whole) will error
t.test_files = Dir.glob('test/{abstract,controller,dispatch,template}/**/*_test.rb').sort
- # t.warning = true
+ #t.warning = true
+ t.verbose = true
end
namespace :test do