spec/models/scimitar/resources/mixin_spec.rb in scimitar-2.9.0 vs spec/models/scimitar/resources/mixin_spec.rb in scimitar-2.10.0

- old
+ new

@@ -553,10 +553,10 @@ instance = StaticMapTest.new(work_email_address: 'work@test.com', home_email_address: 'home@test.com') expect do scim = instance.to_scim(location: 'https://test.com/static_map_test') - end.to raise_error(RuntimeError) { |e| expect(e.message).to include('Array contains someting other than mapping Hash(es)') } + end.to raise_error(RuntimeError) { |e| expect(e.message).to include('Array contains something other than mapping Hash(es)') } end it 'complains about bad Hash entries in mapping Arrays' do expect(StaticMapTest).to receive(:scim_attributes_map).and_return({ emails: [