##// END OF EJS Templates
use escaped "Can't" constant at MailerTest...
Toshi MARUYAMA -
r12608:23fb42a890f0
parent child
Show More
@@ -55,7 +55,7 class MailerTest < ActiveSupport::TestCase
55 # link to a referenced ticket
55 # link to a referenced ticket
56 assert_select 'a[href=?][title=?]',
56 assert_select 'a[href=?][title=?]',
57 'https://mydomain.foo/issues/1',
57 'https://mydomain.foo/issues/1',
58 'Can&#x27;t print recipes (New)',
58 "#{ESCAPED_UCANT} print recipes (New)",
59 :text => '#1'
59 :text => '#1'
60 # link to a changeset
60 # link to a changeset
61 assert_select 'a[href=?][title=?]',
61 assert_select 'a[href=?][title=?]',
@@ -94,7 +94,7 class MailerTest < ActiveSupport::TestCase
94 # link to a referenced ticket
94 # link to a referenced ticket
95 assert_select 'a[href=?][title=?]',
95 assert_select 'a[href=?][title=?]',
96 'http://mydomain.foo/rdm/issues/1',
96 'http://mydomain.foo/rdm/issues/1',
97 'Can&#x27;t print recipes (New)',
97 "#{ESCAPED_UCANT} print recipes (New)",
98 :text => '#1'
98 :text => '#1'
99 # link to a changeset
99 # link to a changeset
100 assert_select 'a[href=?][title=?]',
100 assert_select 'a[href=?][title=?]',
@@ -144,7 +144,7 class MailerTest < ActiveSupport::TestCase
144 # link to a referenced ticket
144 # link to a referenced ticket
145 assert_select 'a[href=?][title=?]',
145 assert_select 'a[href=?][title=?]',
146 'http://mydomain.foo/rdm/issues/1',
146 'http://mydomain.foo/rdm/issues/1',
147 'Can&#x27;t print recipes (New)',
147 "#{ESCAPED_UCANT} print recipes (New)",
148 :text => '#1'
148 :text => '#1'
149 # link to a changeset
149 # link to a changeset
150 assert_select 'a[href=?][title=?]',
150 assert_select 'a[href=?][title=?]',
General Comments 0
You need to be logged in to leave comments. Login now