diff options
Diffstat (limited to 'test/unit/mailer_test.rb')
-rw-r--r-- | test/unit/mailer_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb index 7e129a4f5..486131a8f 100644 --- a/test/unit/mailer_test.rb +++ b/test/unit/mailer_test.rb @@ -266,6 +266,7 @@ class MailerTest < ActiveSupport::TestCase assert_match /<redmine@example\.net>/, mail.from_addrs.first assert_equal '[Redmine app] <redmine@example.net>', mail.header['From'].to_s end + def test_from_header_with_author_name # Use the author's name or Setting.app_title as a display name # when Setting.mail_from does not include a display name |