If output is as expected, is this assert important?

This commit is contained in:
Sean Abrahams 2013-04-10 14:36:42 -07:00
parent ab5d40f38b
commit a771f30816

View File

@ -398,8 +398,6 @@ class AssociationTest < ActiveModel::TestCase
include_bare! :comment
assert_equal :comment_id, association_name
assert_equal({
:comment_id => 1
}, @hash)
@ -423,8 +421,6 @@ class AssociationTest < ActiveModel::TestCase
include_bare! :comments
assert_equal :comment_ids, association_name
assert_equal({
:comment_ids => [1]
}, @hash)