fix typo in user spec

This commit is contained in:
Michael Ball 2021-02-24 02:03:19 -08:00
parent 5c899f8ca5
commit 8c3a29da47

View file

@ -514,7 +514,7 @@ describe User do
describe '.omniauth_providers' do
it 'contains providers' do
expect(User.omniauth_providers).to eq [:suse, :google, :facebook, :github, discourse]
expect(User.omniauth_providers).to eq [:suse, :google, :facebook, :github, :discourse]
end
end
end