diff --git a/services/spelling/Gruntfile.coffee b/services/spelling/Gruntfile.coffee index 9bf2f98681..2b1e797db5 100644 --- a/services/spelling/Gruntfile.coffee +++ b/services/spelling/Gruntfile.coffee @@ -31,6 +31,7 @@ module.exports = (grunt) -> unit: options: reporter: grunt.option('reporter') or 'spec' + grep: grunt.option("grep") src: ["test/unit/js/**/*.js"] grunt.loadNpmTasks 'grunt-contrib-coffee'