Skip to content

Commit

Permalink
[test] Clean up after tests are done
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki authored and indexzero committed Nov 23, 2011
1 parent 6b1a08d commit 736fecb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/cli-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,14 @@ vows.describe('forever/cli').addBatch({
})
})
}
}).addBatch({
'When testing forever CLI': {
'necessary cleanup': {
topic: function () {
forever.stopAll().on('stopAll', this.callback.bind({}, null));
},
'should take place': function () {}
}
}
}).export(module);

0 comments on commit 736fecb

Please sign in to comment.