Merge pull request #768 from hennevogel/rubocop

Update rubocop todo file
This commit is contained in:
Henne Vogelsang 2016-02-18 14:08:04 +01:00
commit e2fb83146a
5 changed files with 589 additions and 140 deletions

View file

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