Skip to content

Commit

Permalink
improve subject appearance in spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 15, 2010
1 parent 29161c7 commit 3e0fb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vows/reporters/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ this.report = function (data, s) {

switch (data[0]) {
case 'subject':
puts('\n' + stylize(event, 'bold') + '\n');
puts('\n' + stylize(event, 'bold') + '\n');
break;
case 'context':
puts(this.contextText(event));
Expand Down

0 comments on commit 3e0fb87

Please sign in to comment.