use escaped "Can't" constant at MailerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12883 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-14 05:05:39 +00:00
parent e8df3d50e8
commit 23fb42a890
1 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ class MailerTest < ActiveSupport::TestCase
# link to a referenced ticket
assert_select 'a[href=?][title=?]',
'https://mydomain.foo/issues/1',
'Can&#x27;t print recipes (New)',
"#{ESCAPED_UCANT} print recipes (New)",
:text => '#1'
# link to a changeset
assert_select 'a[href=?][title=?]',
@ -94,7 +94,7 @@ class MailerTest < ActiveSupport::TestCase
# link to a referenced ticket
assert_select 'a[href=?][title=?]',
'http://mydomain.foo/rdm/issues/1',
'Can&#x27;t print recipes (New)',
"#{ESCAPED_UCANT} print recipes (New)",
:text => '#1'
# link to a changeset
assert_select 'a[href=?][title=?]',
@ -144,7 +144,7 @@ class MailerTest < ActiveSupport::TestCase
# link to a referenced ticket
assert_select 'a[href=?][title=?]',
'http://mydomain.foo/rdm/issues/1',
'Can&#x27;t print recipes (New)',
"#{ESCAPED_UCANT} print recipes (New)",
:text => '#1'
# link to a changeset
assert_select 'a[href=?][title=?]',