jnicklas / turnip

Gherkin extension for RSpec
972 stars 112 forks source link

Support Gherkin 6 (without `Rule` keyword) #206

Closed gongo closed 5 years ago

gongo commented 5 years ago

🍕 Motivation

https://github.com/jnicklas/turnip/issues/205

💪 Did

🙅‍♂️ Did not (now)

Support for new Rule keyword that has been introduced in 6.0. At a later date, I will respond it with another Pull Request.

👀 References

gongo commented 5 years ago

An error occurred while installing google-protobuf (3.6.1), and Bundler

https://travis-ci.org/jnicklas/turnip/jobs/455555759

😇

There is no Java release of google-protobuf version 3.6.1. The latest working Java version seems to be 3.2.0.2. Allow JRuby users to select this older version by loosening the dependency on google-protobuf.

https://github.com/cucumber/cucumber/pull/486

I see