Remove unneeded calls to rootView.deactivate

This commit is contained in:
Corey Johnson & Nathan Sobo
2013-02-19 17:28:35 -07:00
parent 9e8831f710
commit 47aa74133f
10 changed files with 1 additions and 30 deletions

View File

@@ -16,9 +16,6 @@ describe "CommandPanel", ->
commandPanel.history = []
commandPanel.historyIndex = 0
afterEach ->
rootView.deactivate()
describe "serialization", ->
it "preserves the command panel's history across reloads", ->
rootView.attachToDom()