Skip to content

Commit

Permalink
throw an error on unregistered step definition
Browse files Browse the repository at this point in the history
  • Loading branch information
alileza authored Aug 1, 2018
1 parent 46f11d5 commit d52f181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/tomato/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func main() {
Output: colors.Colored(os.Stdout),
Paths: strings.Split(featuresPath, ","),
Format: "progress",
Strict: true,
}

if cfg.Randomize {
Expand Down

0 comments on commit d52f181

Please sign in to comment.