forked from External/greenlight
rubocop fixes
This commit is contained in:
parent
f36741f131
commit
cec4393837
|
@ -62,15 +62,15 @@ describe SessionsController, type: :controller do
|
||||||
)
|
)
|
||||||
|
|
||||||
OmniAuth.config.mock_auth[:bn_launcher] = OmniAuth::AuthHash.new(
|
OmniAuth.config.mock_auth[:bn_launcher] = OmniAuth::AuthHash.new(
|
||||||
provider: "bn_launcher",
|
provider: "bn_launcher",
|
||||||
uid: "bn-launcher-user",
|
uid: "bn-launcher-user",
|
||||||
info: {
|
info: {
|
||||||
email: "user1@google.com",
|
email: "user1@google.com",
|
||||||
name: "User1",
|
name: "User1",
|
||||||
nickname: "nick",
|
nickname: "nick",
|
||||||
image: "touch.png",
|
image: "touch.png",
|
||||||
customer: 'ocps'
|
customer: 'ocps',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
OmniAuth.config.on_failure = proc { |env|
|
OmniAuth.config.on_failure = proc { |env|
|
||||||
|
|
Loading…
Reference in New Issue