Destroy orphans after each spec

This commit is contained in:
Nathan Sobo
2013-12-12 15:12:16 -08:00
parent 30b0fed60f
commit ebe77065cc
2 changed files with 2 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
"season": "0.14.0",
"semver": "1.1.4",
"space-pen": "2.0.1",
"telepath": "0.71.0",
"telepath": "0.72.0",
"temp": "0.5.0",
"underscore-plus": "0.5.0"
},

View File

@@ -116,6 +116,7 @@ afterEach ->
atom.state.remove('packageStates')
$('#jasmine-content').empty() unless window.debugContent
atom.destroyOrphans()
jasmine.unspy(atom, 'saveSync')
ensureNoPathSubscriptions()