Fix new rubocop offense

This commit is contained in:
Henne Vogelsang 2016-02-08 14:56:37 +01:00
parent 046f726414
commit 919c69f7ae

View file

@ -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