diff --git a/lib/vows/suite.js b/lib/vows/suite.js index c8c5c3b..aa32b7a 100644 --- a/lib/vows/suite.js +++ b/lib/vows/suite.js @@ -27,7 +27,7 @@ this.Suite.prototype = new(function () { this.batches.forEach(function (b) { b.lastContext = null; b.remaining = b._remaining; - b.honored = b.broken = b.errored = b.total = 0; + b.honored = b.broken = b.errored = b.total = b.pending = 0; }); };