mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Kill double project assignment
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user