aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r--actionpack/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 1880f21f67..65a04dcd00 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -32,6 +32,7 @@ Rake::TestTask.new(:test_action_pack) { |t|
t.test_files=Dir.glob( "test/[cft]*/**/*_test.rb" ).sort
# t.pattern = 'test/*/*_test.rb'
t.verbose = true
+ t.warning = true
}
desc 'ActiveRecord Integration Tests'