diff --git a/test/association_test.rb b/test/association_test.rb index b106de14..2cfbd961 100644 --- a/test/association_test.rb +++ b/test/association_test.rb @@ -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)