Skip to content

Commit

Permalink
Suite-level matcher/reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 5, 2010
1 parent aae87c2 commit ee77415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/vows/suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ var Context = require('vows/context').Context;

this.Suite = function (subject) {
this.subject = subject;
this.matcher = /.*/;
this.reporter = require('vows/reporters/dot-matrix');
this.batches = [];
this.reset();
};
Expand Down

0 comments on commit ee77415

Please sign in to comment.