@@ -625,7 +625,7 class MailerTest < ActiveSupport::TestCase | |||||
625 | end |
|
625 | end | |
626 | end |
|
626 | end | |
627 |
|
627 | |||
628 |
def test_layout_should_include_ |
|
628 | def test_layout_should_not_include_empty_emails_footer | |
629 | with_settings :emails_footer => "" do |
|
629 | with_settings :emails_footer => "" do | |
630 | with_settings :plain_text_mail => 0 do |
|
630 | with_settings :plain_text_mail => 0 do | |
631 | assert Mailer.test_email(User.find(1)).deliver |
|
631 | assert Mailer.test_email(User.find(1)).deliver |
General Comments 0
You need to be logged in to leave comments.
Login now