diff options
author | Robin Houston <robin@lenny.robin> | 2011-09-08 01:31:09 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-09-08 01:31:09 +0100 |
commit | e1d38525ae985d268a5d5478ed8122c5a5b19871 (patch) | |
tree | d2423c691969624ca6c325306f33210763e60594 | |
parent | 73c42d9fb9595e84015891a160549160b5a67562 (diff) |
Remove stray (debugging?) puts statement
-rw-r--r-- | spec/models/outgoing_mailer_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/outgoing_mailer_spec.rb b/spec/models/outgoing_mailer_spec.rb index d7587cb41..c96a3fb74 100644 --- a/spec/models/outgoing_mailer_spec.rb +++ b/spec/models/outgoing_mailer_spec.rb @@ -112,7 +112,6 @@ describe OutgoingMailer, "when working out follow up subjects" do it "should not add Re: prefix if there already is a lower case re: prefix" do ir = info_requests(:fancy_dog_request) im = ir.incoming_messages[0] - puts im.raw_email.data om = outgoing_messages(:useless_outgoing_message) om.incoming_message_followup = im |