From 34df9be0e5bfcae1c84d1598bbcc3679314eca28 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 29 Jan 2006 02:25:15 +0000 Subject: 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 --- actionmailer/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/Rakefile') 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 } -- cgit v1.2.3