]> git.openstreetmap.org Git - rails.git/commit
Modify tests to search only text parts
authorHerve Saint-Amand <git@saintamh.org>
Wed, 11 Jan 2017 23:17:24 +0000 (23:17 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Wed, 11 Jan 2017 23:17:24 +0000 (23:17 +0000)
commit0449024ca0f53307615993e9a480a28355153bc7
treee26928713824f7796d3bbecd5d63b91bd6e3aaf9
parent31778fd1554d0c23298c92fb62c2277200e31e61
Modify tests to search only text parts

The tests assumed that every part in the multipart emails that we send were either plain text or HTML. Now we have image attachments, against whose contents the tests were still trying to match regexes. The tests have been modified to only run regexes on the text parts of the mails.
test/integration/user_creation_test.rb
test/test_helper.rb