Updating test, should be calling :decoded, not :encoded, is a problem now that Mail is fixed

This commit is contained in:
Mikel Lindsaar 2010-03-28 16:22:37 +11:00
parent 63002ba36b
commit a41d1b1fb1

@ -784,7 +784,7 @@ def test_utf8_body_is_not_quoted
expected.date = Time.local 2004, 12, 12
created = TestMailer.utf8_body @recipient
assert_match(/åœö blah/, created.encoded)
assert_match(/åœö blah/, created.decoded)
end
def test_multiple_utf8_recipients