Fix specs for omniauth providers?

This commit is contained in:
Michael Ball 2020-02-04 23:50:28 -08:00
parent bc6b76fcc3
commit 37ffc1765d
2 changed files with 4 additions and 2 deletions

View file

@ -50,7 +50,9 @@ class User < ApplicationRecord
else
[:database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable, :confirmable,
:omniauthable, omniauth_providers: [:suse, :google, :facebook, :github, :discourse]]
:omniauthable,
# omniauth_providers: [:suse, :google, :facebook, :github, :discourse]
omniauth_providers: [:google, :discourse]
end
devise(*devise_modules)