Update user model spec

This commit is contained in:
Michael Ball 2020-01-27 15:23:54 -08:00
parent 7ea5ff9160
commit 506f0c946f

View file

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