aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-11-09 23:42:17 -0600
committerJoshua Peek <josh@joshpeek.com>2009-11-09 23:42:46 -0600
commit38e8d5b10c8a7f8084e49f6571759bb424854d03 (patch)
tree62bf710f5f9eacd3a7edc3015c0a68c4cb5b65f6 /actionmailer/Rakefile
parentd625312fe11bbf53e285a0efd570249f0bf91fd1 (diff)
downloadrails-38e8d5b10c8a7f8084e49f6571759bb424854d03.tar.gz
rails-38e8d5b10c8a7f8084e49f6571759bb424854d03.tar.bz2
rails-38e8d5b10c8a7f8084e49f6571759bb424854d03.zip
Enable warnings for mailer tests
Diffstat (limited to 'actionmailer/Rakefile')
-rw-r--r--actionmailer/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index 96c84b986e..140661ecb0 100644
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -24,7 +24,7 @@ Rake::TestTask.new { |t|
t.libs << "test"
t.pattern = 'test/*_test.rb'
t.verbose = true
- t.warning = false
+ t.warning = true
}
task :isolated_test do