@@ -214,7 +214,9 class MailerTest < ActiveSupport::TestCase | |||||
214 | assert_nil mail.references |
|
214 | assert_nil mail.references | |
215 | assert_select_email do |
|
215 | assert_select_email do | |
216 | # link to the message |
|
216 | # link to the message | |
217 | assert_select "a[href=?]", "http://mydomain.foo/boards/#{message.board.id}/topics/#{message.id}", :text => message.subject |
|
217 | assert_select "a[href=?]", | |
|
218 | "http://mydomain.foo/boards/#{message.board.id}/topics/#{message.id}", | |||
|
219 | :text => message.subject | |||
218 | end |
|
220 | end | |
219 | end |
|
221 | end | |
220 |
|
222 |
General Comments 0
You need to be logged in to leave comments.
Login now