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:
parent
e8df3d50e8
commit
23fb42a890
@ -55,7 +55,7 @@ class MailerTest < ActiveSupport::TestCase
|
|||||||
# link to a referenced ticket
|
# link to a referenced ticket
|
||||||
assert_select 'a[href=?][title=?]',
|
assert_select 'a[href=?][title=?]',
|
||||||
'https://mydomain.foo/issues/1',
|
'https://mydomain.foo/issues/1',
|
||||||
'Can't print recipes (New)',
|
"#{ESCAPED_UCANT} print recipes (New)",
|
||||||
:text => '#1'
|
:text => '#1'
|
||||||
# link to a changeset
|
# link to a changeset
|
||||||
assert_select 'a[href=?][title=?]',
|
assert_select 'a[href=?][title=?]',
|
||||||
@ -94,7 +94,7 @@ class MailerTest < ActiveSupport::TestCase
|
|||||||
# link to a referenced ticket
|
# link to a referenced ticket
|
||||||
assert_select 'a[href=?][title=?]',
|
assert_select 'a[href=?][title=?]',
|
||||||
'http://mydomain.foo/rdm/issues/1',
|
'http://mydomain.foo/rdm/issues/1',
|
||||||
'Can't print recipes (New)',
|
"#{ESCAPED_UCANT} print recipes (New)",
|
||||||
:text => '#1'
|
:text => '#1'
|
||||||
# link to a changeset
|
# link to a changeset
|
||||||
assert_select 'a[href=?][title=?]',
|
assert_select 'a[href=?][title=?]',
|
||||||
@ -144,7 +144,7 @@ class MailerTest < ActiveSupport::TestCase
|
|||||||
# link to a referenced ticket
|
# link to a referenced ticket
|
||||||
assert_select 'a[href=?][title=?]',
|
assert_select 'a[href=?][title=?]',
|
||||||
'http://mydomain.foo/rdm/issues/1',
|
'http://mydomain.foo/rdm/issues/1',
|
||||||
'Can't print recipes (New)',
|
"#{ESCAPED_UCANT} print recipes (New)",
|
||||||
:text => '#1'
|
:text => '#1'
|
||||||
# link to a changeset
|
# link to a changeset
|
||||||
assert_select 'a[href=?][title=?]',
|
assert_select 'a[href=?][title=?]',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user