You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update contributing.md
* update readme.md
* Use later versions of rspec/rake
* Tidy up rakefile
* Fix typo in changelog
* Rails 6.1 is the latest 6.x so permit latest cucumber
* Update license year that was massively outdated
* Update link to old legacy geckodriver
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This file is intended to be modified using the [`changelog`](github.com/cucumber
10
10
## [Unreleased]
11
11
### Changed
12
12
- Add support for Rails 7.1 [#575](https://github.com/cucumber/cucumber-rails/pull/575)
13
-
- Added new rubocop sub-gems (rails / rake) and updated versions to 2.6 ruby-conformance[#581](https://github.com/cucumber/cucumber-rails/pull/581)
13
+
- Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant[#581](https://github.com/cucumber/cucumber-rails/pull/581)
14
14
15
15
### Fixed
16
16
- Some of the rails 5.2 tests were installing lots of old conflicting gems ([luke-hill])
By default, cucumber-rails will auto mix-in the helpers from `Rack::Test` into your default Cucumber World instance. You can prevent this behaviour like so:
49
+
By default, cucumber-rails will auto mix-in the helpers from `Rack::Test` into your default Cucumber World instance.
50
+
You can prevent this behaviour like so:
56
51
```ruby
57
52
# features/support/env.rb
58
53
ENV['CR_REMOVE_RACK_TEST_HELPERS'] ='true'
@@ -71,7 +66,7 @@ Cucumber feature. Let's say you think you have found a bug in the cucumber:insta
71
66
Fork this project, clone it to your workstation and check out a branch with a descriptive name:
0 commit comments