Update spec for changed config default

This commit is contained in:
Kevin Sawicki 2014-12-19 18:44:21 -08:00
parent aabf4dfbab
commit bae903a772

View File

@ -54,7 +54,7 @@ describe "the `atom` global", ->
describe "loading default config", ->
it 'loads the default core config', ->
expect(atom.config.get('core.excludeVcsIgnoredPaths')).toBe true
expect(atom.config.get('core.followSymlinks')).toBe true
expect(atom.config.get('core.followSymlinks')).toBe false
expect(atom.config.get('editor.showInvisibles')).toBe false
describe "window onerror handler", ->