mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Trick the specs into seeing the settings as loaded
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user