Clear atom.commands after each spec

This commit is contained in:
Nathan Sobo
2014-09-09 19:56:08 -06:00
parent 3e0e19d51b
commit 99cf8fabc0

View File

@@ -119,6 +119,8 @@ beforeEach ->
addCustomMatchers(this)
afterEach ->
atom.commands.clear()
atom.packages.deactivatePackages()
atom.menu.template = []