diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-08 11:32:45 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-08 11:32:45 +0100 |
commit | 942ce15a177392b42276d16dbe0c77805d975e8a (patch) | |
tree | 41d95b92a2f25ba08e68484f9e0fe6163eee1cf4 | |
parent | 26a70c03538d8c12edfca4e3dd9b9fd0ef4b5f19 (diff) |
Correct path
-rw-r--r-- | lib/sendmail_return_path.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sendmail_return_path.rb b/lib/sendmail_return_path.rb index f9ddba5b4..d8922f78b 100644 --- a/lib/sendmail_return_path.rb +++ b/lib/sendmail_return_path.rb @@ -1,7 +1,7 @@ # Monkeypatch! # Grrr, semantics of smtp and sendmail send should be the same with regard to setting return path -# See test in spec/lib/sendmail_return_path.rb +# See test in spec/lib/sendmail_return_path_spec.rb module ActionMailer class Base |