@@ -55,7 +55,7 class MailerTest < ActiveSupport::TestCase | |||
|
55 | 55 | # link to a referenced ticket |
|
56 | 56 | assert_select 'a[href=?][title=?]', |
|
57 | 57 | 'https://mydomain.foo/issues/1', |
|
58 |
|
|
|
58 | "#{ESCAPED_UCANT} print recipes (New)", | |
|
59 | 59 | :text => '#1' |
|
60 | 60 | # link to a changeset |
|
61 | 61 | assert_select 'a[href=?][title=?]', |
@@ -94,7 +94,7 class MailerTest < ActiveSupport::TestCase | |||
|
94 | 94 | # link to a referenced ticket |
|
95 | 95 | assert_select 'a[href=?][title=?]', |
|
96 | 96 | 'http://mydomain.foo/rdm/issues/1', |
|
97 |
|
|
|
97 | "#{ESCAPED_UCANT} print recipes (New)", | |
|
98 | 98 | :text => '#1' |
|
99 | 99 | # link to a changeset |
|
100 | 100 | assert_select 'a[href=?][title=?]', |
@@ -144,7 +144,7 class MailerTest < ActiveSupport::TestCase | |||
|
144 | 144 | # link to a referenced ticket |
|
145 | 145 | assert_select 'a[href=?][title=?]', |
|
146 | 146 | 'http://mydomain.foo/rdm/issues/1', |
|
147 |
|
|
|
147 | "#{ESCAPED_UCANT} print recipes (New)", | |
|
148 | 148 | :text => '#1' |
|
149 | 149 | # link to a changeset |
|
150 | 150 | assert_select 'a[href=?][title=?]', |
General Comments 0
You need to be logged in to leave comments.
Login now