This commit is contained in:
Nathan Sobo
2013-03-01 17:25:58 -07:00
committed by probablycorey
parent 7ebce683c6
commit 4b8d786d2a

View File

@@ -273,7 +273,6 @@ describe "Pane", ->
describe "pane:close", ->
it "destroys all items and removes the pane", ->
pane.showItem(editSession1)
initialItemCount = pane.getItems().length
pane.trigger 'pane:close'
expect(pane.hasParent()).toBeFalsy()
expect(editSession2.destroyed).toBeTruthy()