diff --git a/spec/models/ticket_spec.rb b/spec/models/ticket_spec.rb index d54dc5cb..5a6234d7 100644 --- a/spec/models/ticket_spec.rb +++ b/spec/models/ticket_spec.rb @@ -179,7 +179,7 @@ describe Ticket do end end - describe 'currency updation' do + describe 'currency update' do context 'when more than one ticket exist for a conference' do it 'should not allow currency update' do ticket.update(price_currency: 'INR')