Resolve User model spec for auth methods
This commit is contained in:
parent
1f22827a8f
commit
98cd18c883
1 changed files with 1 additions and 2 deletions
|
|
@ -514,8 +514,7 @@ describe User do
|
||||||
|
|
||||||
describe '.omniauth_providers' do
|
describe '.omniauth_providers' do
|
||||||
it 'contains 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, discourse]
|
||||||
expect(User.omniauth_providers).to eq [:google, :discourse]
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue