diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 521ee6913aa28405825e56d247e58e00335a3355..a6ce08113febdf476b24cf36fee0732fd72891ec 100644 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -18,7 +18,7 @@ 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