Create workspace after project

This commit is contained in:
Corey Johnson
2014-04-02 13:23:50 -07:00
parent 6f2695388c
commit 61ae185494

View File

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