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

Ticket #10633 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

[PATCH] Add a test for ActionMailer's adv_attr_accessor

Reported by: fcheung Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionMailer Version: edge
Severity: normal Keywords: verified
Cc:

Description

adv_attr_accessor currently has no test. Naughty!

Attachments

add_adv_attr_accessor_test.diff (0.7 kB) - added by fcheung on 12/28/07 10:27:46.

Change History

12/28/07 10:27:46 changed by fcheung

  • attachment add_adv_attr_accessor_test.diff added.

12/28/07 16:49:24 changed by chuyeow

Having some tests is better than none!

+1!

12/29/07 13:33:38 changed by dbussink

+1

01/03/08 01:11:57 changed by lotswholetime

  • keywords set to verified.

+1

01/12/08 03:06:20 changed by nzkoz

  • status changed from new to closed.
  • resolution set to fixed.

(In [8632]) Add some tests for adv_attr_accessor. Closes #10633 [fcheung]