Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10868 (new defect)

Opened 7 months ago

[PATCH] Remove unused new_mail() method from MailerHelperTest

Reported by: codyfauser Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionMailer Version: edge
Severity: minor Keywords: tiny
Cc:

Description

There is a method defined at the top of MailerHelperTest new_mail(), which is unused by the test class. Removal of the method has no effect on on the unit tests. This patch removes that method.

Attachments

remove_unused_new_mail_method_from_mailer_helper_test.diff (0.5 kB) - added by codyfauser on 01/20/08 16:28:52.

Change History

01/20/08 16:28:52 changed by codyfauser

  • attachment remove_unused_new_mail_method_from_mailer_helper_test.diff added.