Remove the unsubscribe spy

Sorry @nathansobo, this is making the window specs fail
This commit is contained in:
Ben Ogle 2014-11-19 17:41:15 -08:00
parent 421c64347e
commit 3f3fca872b

View File

@ -107,8 +107,6 @@ describe "Window", ->
describe ".removeEditorWindow()", ->
it "unsubscribes from all buffers", ->
spyOn atom.windowEventHandler, 'unsubscribe'
waitsForPromise ->
atom.workspace.open("sample.js")