Skip to content

Commit

Permalink
fixed description, define feature files via ´src´ attribute to match …
Browse files Browse the repository at this point in the history
…this.fileSrc
  • Loading branch information
christian-bromann committed Aug 27, 2013
1 parent 1911885 commit d41c442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit d41c442

Please sign in to comment.