Update spec/components/concern/has_custom_fields_spec.rb

Co-authored-by: Régis Hanol <regis@hanol.fr>
This commit is contained in:
Faizaan Gagan 2020-08-25 15:58:41 +05:30 committed by Robin Ward
parent c363189858
commit 7e5290203f
1 changed files with 1 additions and 1 deletions

View File

@ -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"