From d41c442acd87ee96dcb95887025b3e9d42d7153c Mon Sep 17 00:00:00 2001 From: christian-bromann Date: Tue, 27 Aug 2013 11:25:54 +0200 Subject: [PATCH] =?UTF-8?q?fixed=20description,=20define=20feature=20files?= =?UTF-8?q?=20via=20=C2=B4src=C2=B4=20attribute=20to=20match=20this.fileSr?= =?UTF-8?q?c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2620886..eb62576 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Example: `executable: "../../custom_libs/cucumberjs/lib/cucumber.js"` // Project configuration. grunt.initConfig({ cucumberjs: { - files: 'path/to/features', + src: 'path/to/features', options: { steps: "path/to/step_definitions" }