cabbage-ex / cabbage

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

Missing Step Error advisor does not catch all numeric numbers #28

Closed shdblowers closed 5 years ago

shdblowers commented 7 years ago

According to the Cucumber docs currency values like £100 should be considered a variable in the step text, currently numbers are only picked out as variables if they are surrounded by whitespace.

revati commented 5 years ago

Someday will be fixed by: https://github.com/cabbage-ex/cabbage/issues/47