From 046ff87f0167814ec08576a371b90bd42af969c9 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 12 Sep 2017 10:12:38 -0400 Subject: [PATCH] Trick the specs into seeing the settings as loaded --- spec/config-spec.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/config-spec.coffee b/spec/config-spec.coffee index 495ce031e..e1cd754d9 100644 --- a/spec/config-spec.coffee +++ b/spec/config-spec.coffee @@ -13,6 +13,7 @@ describe "Config", -> dotAtomPath = temp.path('atom-spec-config') atom.config.configDirPath = dotAtomPath atom.config.enablePersistence = true + atom.config.settingsLoaded = true atom.config.configFilePath = path.join(atom.config.configDirPath, "atom.config.cson") afterEach ->