浏览代码

fix test name (#13482)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11722 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.4.0
Toshi MARUYAMA 11 年前
父节点
当前提交
1bdd37f3e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      test/unit/mailer_test.rb

+ 1
- 1
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

正在加载...
取消
保存