diff options
author | Andrei Gliga <otzy_007@yahoo.com> | 2016-05-09 10:31:25 +0300 |
---|---|---|
committer | Andrei Gliga <otzy_007@yahoo.com> | 2016-05-12 13:44:46 +0300 |
commit | 2e4c914ae88b77c8a3871f8415163a51e23254e5 (patch) | |
tree | f427fffeb263aff0f780f2814ea75d369a2d6bcf /spec/helpers | |
parent | deca3da1a7f4e59c97c27bedf7aa26185a4d883b (diff) | |
download | gitlab-ce-2e4c914ae88b77c8a3871f8415163a51e23254e5.tar.gz |
between ""
Diffstat (limited to 'spec/helpers')
-rw-r--r-- | spec/helpers/auth_helper_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/auth_helper_spec.rb b/spec/helpers/auth_helper_spec.rb index a6a366bc19a..6dc1135927d 100644 --- a/spec/helpers/auth_helper_spec.rb +++ b/spec/helpers/auth_helper_spec.rb @@ -24,7 +24,7 @@ describe AuthHelper do expect(helper.enabled_button_based_providers).to include(*['twitter', 'github']) end - it 'should not return github as provider because it\'s disabled from settings' do + it "should not return github as provider because it's disabled from settings" do settings.update_attribute( :disabled_oauth_sign_in_sources, ['github'] |