Editor config uses a schema

This commit is contained in:
Ben Ogle
2014-09-24 15:00:45 -07:00
parent 5fdf3f894c
commit 0bb8821644
3 changed files with 83 additions and 2 deletions

View File

@@ -51,3 +51,4 @@ 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('editor.showInvisibles')).toBe false