cucumber / cucumber-rails

Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner
https://github.com/cucumber/cucumber-rails
MIT License
1.02k stars 327 forks source link

Remove mentions of the disused `spork` gem #518

Closed DanielVartanov closed 3 years ago

DanielVartanov commented 3 years ago

Summary

Remove mentioned of the disused spork gem.

Motivation and Context

spork gem is now disused, it makes no sense to mention it while running rails generate cucumber:install --help and to act upon it.

Types of changes

Checklist:

olleolleolle commented 3 years ago

Ah, a linting complaint. @DanielVartanov can you change that? Can we get to green?

DanielVartanov commented 3 years ago

@olleolleolle Thanks! Sure, I'll satisfy the linter now

DanielVartanov commented 3 years ago

@olleolleolle the build failed because of a known bug in appraisal: https://github.com/thoughtbot/appraisal/issues/186 We can either upgrade appraisal version or downgrade rake version, WDYT?

olleolleolle commented 3 years ago

@DanielVartanov Is there a released Appraisal yet? If not, I guess using the fork to see it green is one good way to go. A new release will follow soon anyway.

olleolleolle commented 3 years ago

Perhaps a RUBYOPT with -rset?

luke-hill commented 3 years ago

This is fixed on main.

Thankyou @DanielVartanov Merging now.

aslakhellesoy commented 3 years ago

Hi @DanielVartanov,

Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾

In return for this generous offer we hope you will:

On behalf of the Cucumber core team, Aslak Hellesøy Creator of Cucumber

DanielVartanov commented 3 years ago

Thank you all!