diff options
-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 |