Set initialPath on load settings

This commit is contained in:
Kevin Sawicki
2013-06-11 15:48:11 -07:00
parent 327f16fa03
commit 6d0f303cd5

View File

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