MDL-67449 grunt: Refactor gherkinlint

This commit is contained in:
Andrew Nicols
2020-01-06 09:29:11 +08:00
parent b86930457f
commit ba8a53d030
+1 -1
View File
@@ -262,7 +262,7 @@ module.exports = function(grunt) {
tasks: ['yui']
},
gherkinlint: {
files: ['**/tests/behat/*.feature'],
files: [inComponent ? 'tests/behat/*.feature' : '**/tests/behat/*.feature'],
tasks: ['gherkinlint']
}
},