Skip to content

Commit

Permalink
default value for matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 2, 2010
1 parent 1a64009 commit 5bba9c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vows.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ vows.prepare = function (obj, targets) {
// Options
vows.options = {
Emitter: events.EventEmitter,
brief: false
brief: false,
matcher: /.*/
};

// Run all vows/tests.
Expand Down

0 comments on commit 5bba9c3

Please sign in to comment.