jnicklas / turnip

Gherkin extension for RSpec
972 stars 112 forks source link

Add Gherkin abstraction layer #244

Closed enkessler closed 1 year ago

enkessler commented 2 years ago

I saw #243 and just couldn't help myself.

It's a a larger change than just updating to the newest version of cucumber-gherkin because the idea is to no longer be tied to it so directly and go through cuke_modeler instead because it's more stable. I didn't want to change too much, though, so I left all of the Turnip node classes instead of replacing them entirely with CukeModeler equivalents.

leoc commented 1 year ago

Thanks a lot!