🚱 Destroy environments in an afterEach

These were leaking projects and therefore repos.
This commit is contained in:
Kevin Sawicki 2013-08-29 18:37:03 -07:00
parent 40860a59f5
commit 2687fafca4

View File

@ -39,6 +39,8 @@ describe "PaneContainer replication", ->
container2 = deserialize(doc2)
afterEach ->
env1.destroy()
env2.destroy()
unregisterDeserializer(TestView)
it "replicates the inital state of a pane container with splits", ->