##// END OF EJS Templates
code layout clean up of test_message_posted_message_id at test/unit/mailer_test.rb...
Toshi MARUYAMA -
r7381:af3c96e0af95
parent child
Show More
@@ -214,7 +214,9 class MailerTest < ActiveSupport::TestCase
214 214 assert_nil mail.references
215 215 assert_select_email do
216 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 220 end
219 221 end
220 222
General Comments 0
You need to be logged in to leave comments. Login now