From a771f3081607774205f244f13e1e6a6eeaf79b53 Mon Sep 17 00:00:00 2001 From: Sean Abrahams Date: Wed, 10 Apr 2013 14:36:42 -0700 Subject: [PATCH] If output is as expected, is this assert important? --- test/association_test.rb | 4 ---- 1 file changed, 4 deletions(-) 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)