Closed
Description
Addressed by PR #636
π€ What's the problem you're trying to solve?
I want my steps to register an error if there are multiple matching steps.
"Ambiguous step def"
β¨ What's your proposed solution?
Cause godog to abort if multiple matches are found.
Currentlly it returns the first match so this would be a breaking change for some unsuspecting users of godog.
β Have you considered any alternatives or workarounds?
No response
π Any additional context?
This proposal would be consistent with other languages