Update spec/components/concern/has_custom_fields_spec.rb
Co-authored-by: Régis Hanol <regis@hanol.fr>
This commit is contained in:
parent
c363189858
commit
7e5290203f
|
@ -338,7 +338,7 @@ describe HasCustomFields do
|
|||
expect(test_item.custom_fields['abc']).to eq('ghi')
|
||||
end
|
||||
|
||||
it 'allows using string and symbol indices interchangably' do
|
||||
it 'allows using string and symbol indices interchangeably' do
|
||||
test_item = CustomFieldsTestItem.new
|
||||
|
||||
test_item.custom_fields["bob"] = "marley"
|
||||
|
|
Loading…
Reference in New Issue