Trick the specs into seeing the settings as loaded

This commit is contained in:
Ash Wilson
2017-09-12 10:12:38 -04:00
parent a79ee746d1
commit 046ff87f01

View File

@@ -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 ->