Skip to content

Commit

Permalink
Support for detection of feature file directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed May 1, 2015
1 parent 897226e commit d296863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private Optional<SearchForFilesOfType> getCucumberFileMatcher() {
return Optional.of(cucumberFileMatcher);
}
try {
Path root = findResourcePath(rootRequirementsDirectory + "/feature");
Path root = findResourcePath(rootRequirementsDirectory + "/features");
if (root != null) {
cucumberFileMatcher = new SearchForFilesOfType(root,".feature");
Files.walkFileTree(root, cucumberFileMatcher);
Expand Down

0 comments on commit d296863

Please sign in to comment.