Commit 2e4c914a authored by Andrei Gliga's avatar Andrei Gliga

between ""

parent deca3da1
...@@ -24,7 +24,7 @@ describe AuthHelper do ...@@ -24,7 +24,7 @@ describe AuthHelper do
expect(helper.enabled_button_based_providers).to include(*['twitter', 'github']) expect(helper.enabled_button_based_providers).to include(*['twitter', 'github'])
end 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( settings.update_attribute(
:disabled_oauth_sign_in_sources, :disabled_oauth_sign_in_sources,
['github'] ['github']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment