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