Skip to content

Commit

Permalink
only the spec reporter prints subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 6, 2010
1 parent d5b0d34 commit b851ffe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/vows/reporters/dot-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ this.report = function (data, s) {

switch (data[0]) {
case 'subject':
messages.push(stylize(event, 'underline') + '\n');
// messages.push(stylize(event, 'underline') + '\n');
break;
case 'context':
break;
Expand Down
3 changes: 0 additions & 3 deletions lib/vows/reporters/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ this.report = function (data) {
options.stream = process.stdout;

switch (data[0]) {
case 'subject':
puts(stylize(event, 'underline') + '\n');
break;
case 'vow':
if (event.status !== 'honored') {
if (event.status === 'broken') {
Expand Down

0 comments on commit b851ffe

Please sign in to comment.