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

Run CI test suite against Rails 6.1 #512

Closed orien closed 3 years ago

orien commented 3 years ago

Context

Rails version 6.1 has been released and is in widespread use in the Ruby community. We should have confidence cucumber-rails correctly integrates with this new Rails release.

Change

Add Rails 6.1 to the CI test matrix. This will run the test suite against Rails 6.1 and a variety of Ruby versions. This will give us confidence everything works as expected.

Types of changes

Checklist