This project is archived and is in readonly mode.
Remove class_inheritable_attributes test from AR, already covered by AS tests
Reported by Jeffrey Hardy | August 28th, 2009 @ 01:51 PM
The Active Record test suite contains a case for the Class extension class_inheritable_attributes. This is an old test case that has since been (more thoroughly) covered in Active Support's suite. This patch removes the duplicated case from AR.
Comments and changes to this ticket
-
Repository September 2nd, 2009 @ 05:21 PM
- State changed from new to resolved
(from [41b3c912b769596f70d078e3b70b23fd8e98bd47]) Remove ClassInheritableAttributes test case, already covered by ActiveSupport [#3114 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com
http://github.com/rails/rails/commit/41b3c912b769596f70d078e3b70b23...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 3114 Remove class_inheritable_attributes test from AR, already covered by AS tests (from [41b3c912b769596f70d078e3b70b23fd8e98bd47]) Remove ...