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

@@ -11,9 +11,6 @@ describe "CommandLogger", ->
commandLogger.eventLog = {}
editor = rootView.getActiveEditor()
afterEach ->
rootView.deactivate()
describe "when a command is triggered", ->
it "records the number of times the command is triggered", ->
expect(commandLogger.eventLog['core:backspace']).toBeUndefined()