From 18a0a5a8579cfc77a778f077564bb4015cb326e6 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 12 Sep 2017 10:33:46 -0400 Subject: [PATCH] .set operations should be immediately visible through .get --- spec/config-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/config-spec.coffee b/spec/config-spec.coffee index 14fbd64d0..7beb74558 100644 --- a/spec/config-spec.coffee +++ b/spec/config-spec.coffee @@ -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