From 61ae18549435702807757a614ca37ce7dd550d25 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 2 Apr 2014 13:23:50 -0700 Subject: [PATCH] Create workspace after project --- spec/spec-helper.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec-helper.coffee b/spec/spec-helper.coffee index 64d648d6e..b16f6bd79 100644 --- a/spec/spec-helper.coffee +++ b/spec/spec-helper.coffee @@ -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()