rubocop fixes

This commit is contained in:
bruckwubete 2018-07-10 16:05:37 -04:00
parent f36741f131
commit cec4393837
1 changed files with 9 additions and 9 deletions

View File

@ -62,15 +62,15 @@ describe SessionsController, type: :controller do
)
OmniAuth.config.mock_auth[:bn_launcher] = OmniAuth::AuthHash.new(
provider: "bn_launcher",
uid: "bn-launcher-user",
info: {
email: "user1@google.com",
name: "User1",
nickname: "nick",
image: "touch.png",
customer: 'ocps'
}
provider: "bn_launcher",
uid: "bn-launcher-user",
info: {
email: "user1@google.com",
name: "User1",
nickname: "nick",
image: "touch.png",
customer: 'ocps',
}
)
OmniAuth.config.on_failure = proc { |env|