Merge pull request #7640 from atom/ns-clear-notifications

Clear notifications between specs
This commit is contained in:
Nathan Sobo
2015-07-01 17:35:28 -05:00

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