Kill double project assignment

This commit is contained in:
Nathan Sobo
2013-12-12 14:40:12 -08:00
parent 23957d7f66
commit 5f10c48219

View File

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