mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Set initialPath on load settings
This commit is contained in:
@@ -8,7 +8,7 @@ describe "Window", ->
|
||||
[projectPath, windowEventHandler] = []
|
||||
|
||||
beforeEach ->
|
||||
spyOn(atom, 'getPathToOpen').andReturn(project.getPath())
|
||||
atom.getLoadSettings().initialPath = project.getPath()
|
||||
windowEventHandler = new WindowEventHandler()
|
||||
window.deserializeEditorWindow()
|
||||
projectPath = project.getPath()
|
||||
|
||||
Reference in New Issue
Block a user