Remove workspaceView from spec-helper

This commit is contained in:
Ben Ogle
2014-11-19 16:51:00 -08:00
parent 1f51317a10
commit 747398f2a5

View File

@@ -135,8 +135,9 @@ afterEach ->
atom.menu.template = []
atom.contextMenu.clear()
atom.workspaceView?.remove?()
atom.workspaceView = null
atom.workspace?.destroy()
atom.workspace = null
atom.__workspaceView = null
delete atom.state.workspace
atom.project?.destroy()