Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Gliga <otzy_007@yahoo.com>2016-05-09 10:31:25 +0300
committerAndrei Gliga <otzy_007@yahoo.com>2016-05-12 13:44:46 +0300
commit2e4c914ae88b77c8a3871f8415163a51e23254e5 (patch)
treef427fffeb263aff0f780f2814ea75d369a2d6bcf /spec/helpers
parentdeca3da1a7f4e59c97c27bedf7aa26185a4d883b (diff)
between ""
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/auth_helper_spec.rb2
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']