fixed symbol reference

This commit is contained in:
Jarrod Overson 2014-03-19 16:20:42 -07:00
parent 4d08197dc2
commit 5f717e0387

View File

@ -33,7 +33,7 @@ module.exports = function(grunt) {
error : 'X', error : 'X',
splat : '*' splat : '*'
}, },
long : { full : {
check : '✓', check : '✓',
error : 'X', error : 'X',
splat : '*' splat : '*'
@ -49,7 +49,7 @@ module.exports = function(grunt) {
error : '\u00D7', error : '\u00D7',
splat : '*' splat : '*'
}, },
long : { full : {
check : '\u221A', check : '\u221A',
error : '\u00D7', error : '\u00D7',
splat : '*' splat : '*'
@ -285,7 +285,7 @@ module.exports = function(grunt) {
process.stdout.cursorTo(0); process.stdout.cursorTo(0);
grunt.log.writeln( grunt.log.writeln(
indent(indentLevel) + indent(indentLevel) +
chalk[color].bold(symbols.long[symbol]) + ' ' + chalk[color].bold(symbols.full[symbol]) + ' ' +
chalk.grey(specMetaData.description) chalk.grey(specMetaData.description)
); );
} else if(options.display === 'short') { } else if(options.display === 'short') {