summaryrefslogtreecommitdiff
path: root/spec/helpers/auth_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/auth_helper_spec.rb')
-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']