mirror of
https://github.com/atom/atom.git
synced 2026-02-11 07:05:11 -05:00
Load user configuration as part of RootView initialization, before any editors are created
This commit is contained in:
@@ -3,7 +3,6 @@ fs = require 'fs'
|
||||
|
||||
describe "Window", ->
|
||||
beforeEach ->
|
||||
spyOn(window, 'loadUserConfiguration')
|
||||
window.startup()
|
||||
|
||||
afterEach ->
|
||||
|
||||
Reference in New Issue
Block a user