From 1bdd37f3e05611b3e69ac590cf419f3c2f109b39 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 18 Apr 2013 01:09:06 +0000 Subject: [PATCH] fix test name (#13482) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11722 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/mailer_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb index d6429545e..7c4406297 100644 --- a/test/unit/mailer_test.rb +++ b/test/unit/mailer_test.rb @@ -625,7 +625,7 @@ class MailerTest < ActiveSupport::TestCase end end - def test_layout_should_include_the_emails_footer + def test_layout_should_not_include_empty_emails_footer with_settings :emails_footer => "" do with_settings :plain_text_mail => 0 do assert Mailer.test_email(User.find(1)).deliver