Don’t clear document requests in spec helper; happens in reset

This commit is contained in:
Nathan Sobo
2015-10-06 15:39:38 -06:00
parent aa682d5b19
commit a9a6f38858

View File

@@ -99,7 +99,6 @@ beforeEach ->
assert: atom.assert.bind(atom)
})
atom.themes.workspace = atom.workspace
atom.views.clearDocumentRequests()
atom.workspaceParentSelectorctor = '#jasmine-content'