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:33:26 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-17 15:33:26 -0700
commit6a6431abd38ae8b4b62caf457d0e991651826def (patch)
tree5655e2b4170dd772c68eec30f03f4657b7c3a689 /spec/lib/mail_handler/mail_handler_spec.rb
parentb78b3610988735652e6eb17004dfa116b0fe2f15 (diff)
parent4a4169c606e0e26b905e11e1fc75c45268498112 (diff)
Merge branch 'hotfix/0.11.0.13' into rails-3-develop
Conflicts: spec/mailers/outgoing_mailer_spec.rb
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