@@ -36,7 +36,7 class MailerTest < Test::Unit::TestCase | |||
|
36 | 36 | # link to a referenced ticket |
|
37 | 37 | assert mail.body.include?('<a href="https://mydomain.foo/issues/show/2" class="issue" title="Add ingredients categories (Assigned)">#2</a>') |
|
38 | 38 | # link to a changeset |
|
39 |
assert mail.body.include?('<a href="https://mydomain.foo/repositories/revision/ecookbook |
|
|
39 | assert mail.body.include?('<a href="https://mydomain.foo/repositories/revision/ecookbook/2" class="changeset" title="This commit fixes #1, #2 and references #1 & #3">r2</a>') | |
|
40 | 40 | end |
|
41 | 41 | |
|
42 | 42 | # test mailer methods for each language |
General Comments 0
You need to be logged in to leave comments.
Login now