diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 9ba093d0a..89f03d9d5 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -8,7 +8,11 @@ module.exports = (grunt) -> level: 'ignore' src: ['src/**/*.coffee'] - test: ['spec/**/*.coffee'] + test: [ + 'spec/*.coffee' + 'spec/app/**/*.coffee' + 'spec/stdlib/**/*.coffee' + ] grunt.loadNpmTasks('grunt-coffeelint')