between ""
This commit is contained in:
parent
deca3da1a7
commit
2e4c914ae8
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue