From 6a3d42dd691d8161904c38a1c350249cbd05daae Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 15 Oct 2019 05:07:06 +0000 Subject: code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/mailer_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18673 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/mailer_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 //, mail.from_addrs.first assert_equal '[Redmine app] ', 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 -- cgit v1.2.3