From 519275c1102ad8a1d56f5807de2d8a1ae4b21dc0 Mon Sep 17 00:00:00 2001 From: tiagonbotelho Date: Mon, 25 Jul 2016 19:16:19 +0100 Subject: fixes part1 of files to start using active tense --- spec/features/login_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/login_spec.rb') diff --git a/spec/features/login_spec.rb b/spec/features/login_spec.rb index c4e8b1da531..2523b4b7898 100644 --- a/spec/features/login_spec.rb +++ b/spec/features/login_spec.rb @@ -131,7 +131,7 @@ feature 'Login', feature: true do expect_any_instance_of(Object).to receive(:omniauth_authorize_path).with(:user, "saml").and_return('/users/auth/saml') end - it 'should show 2FA prompt after OAuth login' do + it 'shows 2FA prompt after OAuth login' do stub_omniauth_config(enabled: true, auto_link_saml_user: true, allow_single_sign_on: ['saml'], providers: [saml_config]) user = create(:omniauth_user, :two_factor, extern_uid: 'my-uid', provider: 'saml') login_via('saml', user, 'my-uid') -- cgit v1.2.1