diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-17 15:02:10 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-17 15:02:10 -0700 |
commit | 52d43ecf01cc22aa0fcad82f46b577bb55126ccc (patch) | |
tree | f79b3f7ddf1d95f040d027c7650c25c48f60dee2 /spec/mailers | |
parent | b1bb9d81f624936a49142c8f98fd7f0643e169fe (diff) | |
parent | 4a4169c606e0e26b905e11e1fc75c45268498112 (diff) |
Merge branch 'hotfix/0.11.0.13' into wdtk
Diffstat (limited to 'spec/mailers')
-rw-r--r-- | spec/mailers/outgoing_mailer_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/outgoing_mailer_spec.rb b/spec/mailers/outgoing_mailer_spec.rb index 5d1ea2dfb..0ae31801c 100644 --- a/spec/mailers/outgoing_mailer_spec.rb +++ b/spec/mailers/outgoing_mailer_spec.rb @@ -53,7 +53,7 @@ describe OutgoingMailer, " when working out follow up addresses" do # check the basic entry in the fixture is fine OutgoingMailer.name_and_email_for_followup(ir, im).should == "\"FOI \\\" Person\" <foiperson@localhost>" - OutgoingMailer.name_for_followup(ir, im).should == "FOI \" Person" + OutgoingMailer.name_for_followup(ir, im).should == "FOI \\\" Person" OutgoingMailer.email_for_followup(ir, im).should == "foiperson@localhost" end |