Skip to content

Commit

Permalink
topic/subject ref fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 10, 2010
1 parent 6e49a11 commit 0b891d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vows.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ vows.tell = function (subject, tests) {

if (typeof(subject) === 'string' && tests) {
if (!vows.options.brief) {
puts('\n' + stylize(topic, 'underline') + '\n');
puts('\n' + stylize(subject, 'underline') + '\n');
}
} else if (subject instanceof Object || subject instanceof Function) {
vows.tests = subject;
Expand Down

0 comments on commit 0b891d6

Please sign in to comment.