Skip to content

Commit 1f3a556

Browse files
pokonskiur5us
authored andcommitted
Remove redundant assertions
1 parent f4d0751 commit 1f3a556

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/test_tracking.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ class ActivistAndTrackedArticle < ActiveRecord::Base
156156

157157
refute sibling_a.activity_custom_fields_global.key?(:b_field)
158158
refute sibling_b.activity_custom_fields_global.key?(:a_field)
159-
assert_equal 'parent_value', parent.activity_custom_fields_global[:nonstandard]
160-
refute_same parent.activity_custom_fields_global, sibling_a.activity_custom_fields_global
161-
refute_same parent.activity_custom_fields_global, sibling_b.activity_custom_fields_global
162-
refute_same sibling_a.activity_custom_fields_global, sibling_b.activity_custom_fields_global
163159
end
164160
end
165161

0 commit comments

Comments
 (0)