Skip to content

Commit

Permalink
Updating to support new this.filesSrc property per gruntjs/grunt#606.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jan 7, 2013
1 parent c698501 commit 3c80570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/nodeunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ module.exports = function(grunt) {

grunt.registerMultiTask('nodeunit', 'Run Nodeunit unit tests.', function() {
// Run test(s).
nodeunit.reporters.grunt.run(this.file.src, {}, this.async());
nodeunit.reporters.grunt.run(this.filesSrc, {}, this.async());
});

};

0 comments on commit 3c80570

Please sign in to comment.