mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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'
|
||||
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
|
||||
|
||||
scenario 'adds openid to existing user' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue