aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-09-28 18:50:46 -0300
committerEmilio Tagua <miloops@gmail.com>2010-09-28 18:50:46 -0300
commit17599abc9c06f30ff23d7ad47a3f029e32c26c88 (patch)
tree5a99059946ff8d2ba33356625cb7f01ee3b329c3 /actionpack/Rakefile
parent623ef13b775985198ea2615466d5b06ef45a1411 (diff)
downloadrails-17599abc9c06f30ff23d7ad47a3f029e32c26c88.tar.gz
rails-17599abc9c06f30ff23d7ad47a3f029e32c26c88.tar.bz2
rails-17599abc9c06f30ff23d7ad47a3f029e32c26c88.zip
Enable warnings now that they can be readed.
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 521ee6913a..a6ce08113f 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