Load user configuration as part of RootView initialization, before any editors are created

This commit is contained in:
Nathan Sobo
2012-06-20 16:06:45 -06:00
parent c97d78a31d
commit b4d77fd107
4 changed files with 27 additions and 20 deletions

View File

@@ -3,7 +3,6 @@ fs = require 'fs'
describe "Window", ->
beforeEach ->
spyOn(window, 'loadUserConfiguration')
window.startup()
afterEach ->