diff --git a/spec/components/concern/has_custom_fields_spec.rb b/spec/components/concern/has_custom_fields_spec.rb index 8970630d92c..51138c843f6 100644 --- a/spec/components/concern/has_custom_fields_spec.rb +++ b/spec/components/concern/has_custom_fields_spec.rb @@ -354,7 +354,7 @@ describe HasCustomFields do expect(test_item.custom_fields[:bob]).to eq('marley') expect(test_item.custom_fields[:jack]).to eq('black') - ## Update via string index again + # Update via string index again test_item.custom_fields['bob'] = 'the builder' expect(test_item.custom_fields[:bob]).to eq('the builder')