singram / cucumber_characteristics

Gem to profile and report out on cucumber characteristics.
MIT License
12 stars 4 forks source link

No handling of ambiguous step failures #1

Closed singram closed 10 years ago

singram commented 10 years ago

Exporting fails if there are ambiguous step failures....

for Instance

Given I request x with y

Will match both

\I request (.)\ \I request (.) with (.*)\

This yields a step with status failed but a step match class of NoStepMatch

singram commented 10 years ago

Fixed in 0.0.2