Commit e72e7ea

Kamal Mahyuddin <kamal@envoy.com>
2022-11-16 23:30:02
style fix
1 parent 07b4ca4
Changed files (1)
spec
scim
spec/scim/kit/v2/resource_spec.rb
@@ -185,7 +185,7 @@ RSpec.describe Scim::Kit::V2::Resource do
     specify { expect(subject.as_json[:country]).to eql('canada') }
     specify { expect(subject.as_json[extension_id][:province]).to eql('alberta') }
 
-    context "with an extension attribute with the same name as a core attribute" do
+    context 'with an extension attribute with the same name as a core attribute' do
       before do
         extension.add_attribute(name: :country)
         subject.country = 'usa'