between ""

This commit is contained in:
Andrei Gliga 2016-05-09 10:31:25 +03:00
parent deca3da1a7
commit 2e4c914ae8
1 changed files with 1 additions and 1 deletions

View File

@ -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']