cabbage-ex / cabbage

Story BDD tool for executing elixir in ExUnit
MIT License
138 stars 33 forks source link

If regex pattern matches another step, Cabbage will use the first step using the regex in the file, regardless of the step type #48

Closed maryolivier closed 5 years ago

maryolivier commented 5 years ago

Steps to Reproduce

AC

maryolivier commented 5 years ago

@mgwidmann I noticed this behavior when debugging some tests

maryolivier commented 5 years ago

looks like this functionality happens in cucumber as well, and is intended. will close out.