From 5f10c482196e34af9c53fb0a0ea1a763c486ba63 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 12 Dec 2013 14:40:12 -0800 Subject: [PATCH] Kill double project assignment --- 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 520d7b50b..49e1f8a88 100644 --- a/spec/spec-helper.coffee +++ b/spec/spec-helper.coffee @@ -49,7 +49,7 @@ if specDirectory beforeEach -> $.fx.off = true projectPath = specProjectPath ? path.join(@specDirectory, 'fixtures') - atom.project = atom.project = new Project(path: projectPath) + atom.project = new Project(path: projectPath) atom.keymap.keyBindings = _.clone(keyBindingsToRestore) window.resetTimeouts()