Update user model spec
This commit is contained in:
parent
7ea5ff9160
commit
506f0c946f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue