diff options
-rw-r--r-- | spec/models/identity_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/identity_spec.rb b/spec/models/identity_spec.rb index 525320771f5..a5ce245c21d 100644 --- a/spec/models/identity_spec.rb +++ b/spec/models/identity_spec.rb @@ -91,7 +91,7 @@ describe Identity do end context 'does not matche the identity provider' do - it 'does not remove the user synced attributes ' do + it 'does not remove the user synced attributes' do user.create_user_synced_attributes_metadata(other_provider_user_synced_attributes) expect(user.user_synced_attributes_metadata.provider).to eq 'other' |