diff options
author | Jamis Buck <jamis@37signals.com> | 2006-01-29 02:25:15 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2006-01-29 02:25:15 +0000 |
commit | 34df9be0e5bfcae1c84d1598bbcc3679314eca28 (patch) | |
tree | 00129e14b896636253e9d90f7e48d4d5b1c5857e /actionmailer/Rakefile | |
parent | 01b1a8772928fbf31180341356981b95d0581413 (diff) | |
download | rails-34df9be0e5bfcae1c84d1598bbcc3679314eca28.tar.gz rails-34df9be0e5bfcae1c84d1598bbcc3679314eca28.tar.bz2 rails-34df9be0e5bfcae1c84d1598bbcc3679314eca28.zip |
Template paths with dot chars in them no longer mess up implicit template selection for multipart messages (closes #3332)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3495 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/Rakefile')
-rwxr-xr-x | actionmailer/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index f0dd7b66d7..ee9cbe762d 100755 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -25,7 +25,7 @@ Rake::TestTask.new { |t| t.libs << "test" t.pattern = 'test/*_test.rb' t.verbose = true - t.warning = true + t.warning = false } |