Fix new rubocop offense
This commit is contained in:
parent
046f726414
commit
919c69f7ae
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ feature Openid do
|
||||||
click_link 'omniauth-google'
|
click_link 'omniauth-google'
|
||||||
end
|
end
|
||||||
|
|
||||||
expect(flash).to eq("Could not authenticate you from Google because \"Invalid credentials\".")
|
expect(flash).to eq('Could not authenticate you from Google because "Invalid credentials".')
|
||||||
end
|
end
|
||||||
|
|
||||||
scenario 'adds openid to existing user' do
|
scenario 'adds openid to existing user' do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue