Skip to content

Commit

Permalink
fixed incorrect color for skipped assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
Camille Reynders committed Apr 27, 2012
1 parent 65a11bd commit cbe2a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function ( grunt ) {
if ( grunt.option( 'verbose' ) ) {
grunt.log.warn();
} else {
grunt.log.write( '*'.orange );
grunt.log.write( '*'.red );
}
} else {
grunt.verbose.ok().or.write( '.'.green );
Expand Down

0 comments on commit cbe2a3a

Please sign in to comment.