Merge remote-tracking branch 'upstream/pull/5487'
This commit is contained in:
commit
a6c6f26acb
8 changed files with 55 additions and 39 deletions
|
@ -15,7 +15,7 @@ class UserMailerTest < ActionMailer::TestCase
|
|||
end
|
||||
email = UserMailer.gpx_success(trace, 100)
|
||||
|
||||
assert_match("<em>one</em>, <em>two&three</em>, <em>four<five</em>", email.html_part.body.to_s)
|
||||
assert_match("one, two&three, four<five", email.html_part.body.to_s)
|
||||
assert_match("one, two&three, four<five", email.text_part.body.to_s)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue