Clear notifications between specs

This commit is contained in:
Nathan Sobo
2015-07-01 16:35:59 -05:00
parent f5513c0c9f
commit a3308ef04d

View File

@@ -167,6 +167,7 @@ afterEach ->
atom.packages.deactivatePackages()
atom.menu.template = []
atom.contextMenu.clear()
atom.notifications.clear()
atom.workspace?.destroy()
atom.workspace = null