diff options
author | Mark Longair <mhl@pobox.com> | 2013-06-17 15:47:33 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-06-17 15:47:33 +0100 |
commit | 717353e2139d40b4c7646b890b571004f962d4a7 (patch) | |
tree | 8f1ed17864444262df2bb4b04128b647ebbf73da /spec/lib/mail_handler/mail_handler_spec.rb | |
parent | d6dc9d2036654ab81cc32dc7a4e260f6f5d8c54c (diff) | |
parent | 64ae21945a69441ad6a58a1069417e7a56cc15f6 (diff) |
Merge tag '0.11.0.12' into wdtk
0.11.0.12
Diffstat (limited to 'spec/lib/mail_handler/mail_handler_spec.rb')
-rw-r--r-- | spec/lib/mail_handler/mail_handler_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/mail_handler/mail_handler_spec.rb b/spec/lib/mail_handler/mail_handler_spec.rb index 272b56d0b..d6e7ba5d2 100644 --- a/spec/lib/mail_handler/mail_handler_spec.rb +++ b/spec/lib/mail_handler/mail_handler_spec.rb @@ -223,7 +223,7 @@ describe 'when deriving a name, email and formatted address from a message from it 'should quote a name with quotes in it' do should_render_from_address('"FOI \" Person" <foiperson@localhost>', - ['FOI " Person', + ['FOI \" Person', 'foiperson@localhost', '"FOI \" Person" <foiperson@localhost>']) end |