From 919c69f7ae92306a0dc8e35285f26aad124df503 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Mon, 8 Feb 2016 14:56:37 +0100 Subject: [PATCH] Fix new rubocop offense --- spec/features/omniauth_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/omniauth_spec.rb b/spec/features/omniauth_spec.rb index 93ccd4a4..94949d58 100644 --- a/spec/features/omniauth_spec.rb +++ b/spec/features/omniauth_spec.rb @@ -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