There was an error while loading. Please reload this page.
1 parent f4d0751 commit 1f3a556Copy full SHA for 1f3a556
1 file changed
test/test_tracking.rb
@@ -156,10 +156,6 @@ class ActivistAndTrackedArticle < ActiveRecord::Base
156
157
refute sibling_a.activity_custom_fields_global.key?(:b_field)
158
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
163
end
164
165
0 commit comments