aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-16 10:56:10 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-16 10:56:10 -0600
commit1ca567e634a20e7f691e637d24b7b6c381342a2d (patch)
tree712f5e64593014fa947f44fc57d901d54f52537a /actionmailer/Rakefile
parentee51ddcc2730a19e996069fedbe8c934161c5251 (diff)
downloadrails-1ca567e634a20e7f691e637d24b7b6c381342a2d.tar.gz
rails-1ca567e634a20e7f691e637d24b7b6c381342a2d.tar.bz2
rails-1ca567e634a20e7f691e637d24b7b6c381342a2d.zip
Hush AM test suite
Diffstat (limited to 'actionmailer/Rakefile')
-rw-r--r--actionmailer/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index 1a7ece5068..6c19371514 100644
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -23,7 +23,6 @@ task :default => [ :test ]
Rake::TestTask.new { |t|
t.libs << "test"
t.pattern = 'test/*_test.rb'
- t.verbose = true
t.warning = true
}