cabbage-ex / cabbage

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

Allow matching exact strings #64

Open hauleth opened 5 years ago

hauleth commented 5 years ago

Instead of always requiring regular expression it would be worth to sometimes provide exact string to not bother about all anchoring and other cruft, this would short "definitions" of such steps by 4 characters at least.

nicholasjhenry commented 5 years ago

Related to this is a PR we started on to support "Cucumber Expressions":

https://github.com/civilcode/cabbage/pull/1

revati commented 5 years ago

@nicholasjhenry And i found about this jsut now :| Why this isnt still merged? It seems stuck, last action on third of august.

nicholasjhenry commented 5 years ago

@revati I can resolve the conflicts for the PR on Friday if you're OK with accepting the PR as is we can get this merged in. Let me know.

(related to #47)

revati commented 5 years ago

I have written a few comments on it.