aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/mail_handler/mail_handler_spec.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-17 15:02:10 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-17 15:02:10 -0700
commit52d43ecf01cc22aa0fcad82f46b577bb55126ccc (patch)
treef79b3f7ddf1d95f040d027c7650c25c48f60dee2 /spec/lib/mail_handler/mail_handler_spec.rb
parentb1bb9d81f624936a49142c8f98fd7f0643e169fe (diff)
parent4a4169c606e0e26b905e11e1fc75c45268498112 (diff)
Merge branch 'hotfix/0.11.0.13' into wdtk
Diffstat (limited to 'spec/lib/mail_handler/mail_handler_spec.rb')
-rw-r--r--spec/lib/mail_handler/mail_handler_spec.rb2
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