.set operations should be immediately visible through .get

This commit is contained in:
Ash Wilson
2017-09-12 10:33:46 -04:00
parent 4b7b513b93
commit 18a0a5a857

View File

@@ -1750,7 +1750,7 @@ describe "Config", ->
expect(atom.config.set('foo.bar.str_options', 'One')).toBe false
expect(atom.config.get('foo.bar.str_options')).toEqual 'two'
describe "when .set/.unset is called prior to .loadUserConfig", ->
fdescribe "when .set/.unset is called prior to .loadUserConfig", ->
beforeEach ->
atom.config.settingsLoaded = false