Skip to content

Commit

Permalink
Don't print out extra blank lines in the spec reporter when end of su…
Browse files Browse the repository at this point in the history
…ite fires.
  • Loading branch information
adamstallard committed Feb 20, 2013
1 parent e10dc94 commit d6604c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vows/reporters/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ this.report = function (data) {
puts(console.vowText(event));
break;
case 'end':
util.print('\n');
break;
case 'finish':
puts(console.result(event).join('\n'));
Expand Down

0 comments on commit d6604c3

Please sign in to comment.