mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Create workspace after project
This commit is contained in:
@@ -49,8 +49,8 @@ if specDirectory
|
||||
beforeEach ->
|
||||
$.fx.off = true
|
||||
projectPath = specProjectPath ? path.join(@specDirectory, 'fixtures')
|
||||
atom.workspace = new Workspace()
|
||||
atom.project = new Project(path: projectPath)
|
||||
atom.workspace = new Workspace()
|
||||
atom.keymaps.keyBindings = _.clone(keyBindingsToRestore)
|
||||
|
||||
window.resetTimeouts()
|
||||
|
||||
Reference in New Issue
Block a user