mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix deprecated id error #588
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@622 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
5e0223ae21
commit
d33b741621
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class ClassInheritableAttributesTest < Test::Unit::TestCase
|
|||
assert_equal 'a', @klass.a
|
||||
assert_equal 'a', @klass.new.a
|
||||
assert_equal @klass.a, @klass.new.a
|
||||
assert_equal @klass.a.id, @klass.new.a.id
|
||||
assert_equal @klass.a.object_id, @klass.new.a.object_id
|
||||
end
|
||||
|
||||
def test_writer
|
||||
|
|
Loading…
Reference in a new issue