aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/Rakefile')
-rwxr-xr-xactionmailer/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index 51ec9ed6b9..f0dd7b66d7 100755
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -25,6 +25,7 @@ Rake::TestTask.new { |t|
t.libs << "test"
t.pattern = 'test/*_test.rb'
t.verbose = true
+ t.warning = true
}