Skip to content

Commit

Permalink
Minor comment tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Dec 6, 2012
1 parent e9849c1 commit 6184a77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Expand Up @@ -37,8 +37,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-nodeunit');

// Whenever the "test" task is run, first clean the "tmp" dir, then run this
// plugin's task(s), then test the result.
// Whenever the "test" task is run, run some tests.
grunt.registerTask('test', 'nodeunit');

// By default, lint and run all tests.
Expand Down

0 comments on commit 6184a77

Please sign in to comment.