Remove 'workspace' from serialized state in spec helper

…Instead of 'workspaceView'.
This commit is contained in:
Nathan Sobo
2014-01-14 13:06:42 -07:00
parent c350285044
commit e4b934d3fa

View File

@@ -107,7 +107,7 @@ afterEach ->
atom.workspaceView?.remove?()
atom.workspaceView = null
delete atom.state.workspaceView
delete atom.state.workspace
atom.project?.destroy?()
atom.project = null