aboutsummaryrefslogtreecommitdiffstats
path: root/spec/mailers/outgoing_mailer_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mailers/outgoing_mailer_spec.rb')
-rw-r--r--spec/mailers/outgoing_mailer_spec.rb2
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