🎨 Fix spec title

Esse commit está contido em:
Ben Ogle
2015-01-27 17:32:26 -08:00
commit 7263ca8faa
+1 -1
Ver Arquivo
@@ -1139,7 +1139,7 @@ describe "Config", ->
type: 'string'
default: 'def'
it "the values set respect the new schema", ->
it "respects the new schema when values are set", ->
expect(atom.config.set('foo.bar.str', 'global')).toBe true
expect(atom.config.set('foo.bar.str', 'scoped', scopeSelector: '.source.js')).toBe true
expect(atom.config.get('foo.bar.str')).toBe 'global'