cucumber-rails 2.6.0 → 2.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -710
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 332bd151e0f5e7e898dd3e81ef62ef150e566896138302ddeeb87ff7c2b3ebd4
4
- data.tar.gz: 839e6ccf17dbb5e73f8d57368cdadc63fae3ca95f25d48f45cdb6ecc84535417
3
+ metadata.gz: da90167d18fb01f24a2b8ac5be43961745ee8c0950a7fee4f05e7195ded50bc4
4
+ data.tar.gz: 41ed9828344dac7c9e2d8b780ac1ad524436efd245d6fb6e4ef5b23877c08822
5
5
  SHA512:
6
- metadata.gz: b80d1788e98abc663928fe507015632b8ed59babf1fe3d7037b15b883aeac8bba67c00db9583201b48410361be808cc60ac52595eabcd0c743ee9849033a3a64
7
- data.tar.gz: 811bf5ad1014181d8c4521ff8c2d81d81dba7e5d9d8405536607b987e7b9c8eb099624cf1aeb2f5978cbbfd2bfd7a5ab57c63f10a0384b81082447d284a8e741
6
+ metadata.gz: 69367d5f51ada22531da2c4357b2a4d3d0f0db53b6457119050b7059723cf772dfb44c9f8a62cfd4cd2acc967341a6a07a63192417c0b0c7a84285b69471d58e
7
+ data.tar.gz: 5373229e44142847e1739990699ce820fd62c0ea194905d68515877f0fb39b03b44123a364ab9ad011dc82fb3bdea3d709c0862043215d7aceb635cf690f4666
data/CHANGELOG.md CHANGED
@@ -1,719 +1,22 @@
1
- Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md)
2
- on how to contribute to Cucumber.
1
+ # Changelog
3
2
 
4
- ## [main](https://github.com/cucumber/cucumber-rails/compare/v2.5.1...main) (Not yet released)
3
+ All notable changes to this project will be documented in this file. For older versions see the [changelog archive](./CHANGELOG.old.md)
5
4
 
6
- ### New Features
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ### Changed
9
-
10
- ### Fixed
11
-
12
- ## [v2.6.0](https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0) (2022-10-07)
13
-
14
- ### New Features
15
- * Dependabot has now been added to the repo (Alongside this a bunch of gem updates have been done)
16
- ([#540](https://github.com/cucumber/cucumber-rails/pull/540) [mattwynne])
17
-
18
- ### Changed
19
- * Gem update: allowed cucumber 8 ([#538](https://github.com/cucumber/cucumber-rails/pull/538) /
20
- [#541](https://github.com/cucumber/cucumber-rails/pull/541) [mattwynne])
21
-
22
- ### Fixed
23
- * Some bugs with dev dependencies have now been fixed externally, so these have been unrestricted
24
- ([#552](https://github.com/cucumber/cucumber-rails/pull/552) [BrianHawley])
25
-
26
- * Fixed up some rubocop offenses from updated `rubocop-performance`
27
- ([#550](https://github.com/cucumber/cucumber-rails/pull/550) [olleolleolle])
28
-
29
- ## [v2.5.1](https://github.com/cucumber/cucumber-rails/compare/v2.5.0...v2.5.1) (2022-04-01)
30
-
31
- ### Fixed
32
-
33
- * Date input support in Rails 7 ([#535](https://github.com/cucumber/cucumber-rails/pull/535) [mgrunberg])
34
-
35
- ## [v2.5.0](https://github.com/cucumber/cucumber-rails/compare/v2.4.0...v2.5.0) (2022-03-07)
36
-
37
- ### New Features
38
-
39
- * Added `:none` option for `javascript_strategy` which indicates no special handling of `@javascript` tagged tests ([#522](https://github.com/cucumber/cucumber-rails/pull/522) [akostadinov])
40
- * Added support for Rails 7 ([#526](https://github.com/cucumber/cucumber-rails/pull/526/) [mgrunberg])
41
- * Added Ruby 3.1 support ([#529](https://github.com/cucumber/cucumber-rails/pull/529) [mgrunberg])
42
-
43
- ### Changed
44
-
45
- * Dropped Ruby 2.4 support ([#529](https://github.com/cucumber/cucumber-rails/pull/529) [mgrunberg])
46
-
47
- ## [v2.4.0](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...v2.4.0) (2021-07-21)
48
-
49
- ### New Features
50
-
51
- * Added new docker / Makefile script to permit releasing from repo ([#502](https://github.com/cucumber/cucumber-rails/pull/502) [luke-hill])
52
- * Gem update: allowed cucumber 6/7 ([#515](https://github.com/cucumber/cucumber-rails/pull/515) /
53
- [#519](https://github.com/cucumber/cucumber-rails/pull/519))
54
- * Add support for Ruby 3 ([#517](https://github.com/cucumber/cucumber-rails/pull/517/))
55
-
56
- ### Changed
57
-
58
- * Updated rubocop to use new major versions ([#504](https://github.com/cucumber/cucumber-rails/pull/504) /
59
- [#519](https://github.com/cucumber/cucumber-rails/pull/519) [luke-hill])
60
-
61
- ### Removed
62
-
63
- * Removed traces of legacy spork setup / help (No longer used)
64
- ([#518](https://github.com/cucumber/cucumber-rails/pull/518) [luke-hill])
65
-
66
- ## [v2.3.0](https://github.com/cucumber/cucumber-rails/compare/v2.2.0...v2.3.0) (2021-03-30)
67
-
68
- ### Changed
69
-
70
- * Changed dependency from rails to railties to avoid pulling in optional Rails gems like actioncable
71
- ([#486](https://github.com/cucumber/cucumber-rails/pull/486) [langalex])
72
-
73
- * Lightened gem binary by removing un-needed files ([#496](https://github.com/cucumber/cucumber-rails/pull/496) [orien])
74
-
75
- ### Fixed
76
-
77
- * Fixed up a couple of legacy capybara specs to use a better format
78
- ([#498](https://github.com/cucumber/cucumber-rails/pull/498) [luke-hill])
79
-
80
- ## [v2.2.0](https://github.com/cucumber/cucumber-rails/compare/v2.1.0...v2.2.0) (2020-08-10)
81
-
82
- ### New Features
83
-
84
- * Added more documentation and tests around Javascript tagged scenarios
85
- ([#480](https://github.com/cucumber/cucumber-rails/pull/480) [luke-hill])
86
-
87
- * Gem Updates
88
- * Allowed cucumber5, updated other gem dependencies
89
- * Updated travis runs and gem builds tested against
90
- ([#482](https://github.com/cucumber/cucumber-rails/pull/482) [luke-hill])
91
-
92
- ### Changed
93
-
94
- * Dropped Rails 4.2 support ([#392](https://github.com/cucumber/cucumber-rails/pull/392) [deivid-rodriguez])
95
-
96
- ### Fixed
97
-
98
- * Database cleaning no longer silently fails when using database_cleaner v2 adapter gems
99
- ([#467](https://github.com/cucumber/cucumber-rails/pull/467) [botandrose])
100
-
101
- * Restored compatibility with `database_cleaner` versions earlier than 1.8.0.beta
102
- ([#473](https://github.com/cucumber/cucumber-rails/pull/473) [cgriego])
103
-
104
- * Restored previous `database_cleaner` behavior for apps that do not use/load ActiveRecord
105
- ([#474](https://github.com/cucumber/cucumber-rails/pull/474) [cgriego]* Restored previous compatibility around standard Rails Modules not being loaded
106
- ([#484](https://github.com/cucumber/cucumber-rails/pull/484) [Draiken])
107
-
108
- ## [v2.1.0](https://github.com/cucumber/cucumber-rails/compare/v2.0.0...v2.1.0) (2020-06-15)
109
-
110
- ### New Features
111
-
112
- * Added metadata to allow gem to be searched / indexed by rubygems
113
- ([#447](https://github.com/cucumber/cucumber-rails/pull/447) [orien])
114
-
115
- * Allow Cucumber 4 to be used as an option for cucumber-rails
116
- * NB: Cucumber4 changes quite a lot of logic with auto-loaders. This means that any previous
117
- logic that relied implicitly on load-order "may" be affected
118
- ([#453](https://github.com/cucumber/cucumber-rails/pull/453) [luke-hill] / [deivid-rodriguez])
119
-
120
- ### Changed
121
-
122
- * Dropped Ruby 2.3 support (target 2.4 - 2.7) ([#466](https://github.com/cucumber/cucumber-rails/pull/466) [mvz])
123
-
124
- * Refactored suite to remove a lot of old Rails3/4.0 "ism's"
125
- * Also migrated a lot of old cucumber styles to cucumber4
126
- ([#441](https://github.com/cucumber/cucumber-rails/pull/441) [luke-hill])
127
-
128
- * Refactored alias logic for overriding Rails methods to use `Module#prepend`
129
- ([#457](https://github.com/cucumber/cucumber-rails/pull/457) [wagenet])
130
-
131
- * `database_cleaner` (when used), at a version `>= 1.8` will now silence all warnings
132
- * The suite internally will only test a version `>= 1.8`, so other versions will work but are un-maintained
133
- ([#463](https://github.com/cucumber/cucumber-rails/pull/463) [deivid-rodriguez])
134
-
135
- ### Fixed
136
-
137
- * Various rubocop / rspec styling fixes
138
- ([#445](https://github.com/cucumber/cucumber-rails/pull/445) /
139
- [#449](https://github.com/cucumber/cucumber-rails/pull/449) /
140
- [#450](https://github.com/cucumber/cucumber-rails/pull/450) /
141
- [#451](https://github.com/cucumber/cucumber-rails/pull/451) /
142
- [#452](https://github.com/cucumber/cucumber-rails/pull/452) /
143
- [#465](https://github.com/cucumber/cucumber-rails/pull/465)
144
- [mvz] / [luke-hill])
145
-
146
- * Various CI fixes
147
- ([#444](https://github.com/cucumber/cucumber-rails/pull/444) /
148
- [#460](https://github.com/cucumber/cucumber-rails/pull/460) /
149
- [#464](https://github.com/cucumber/cucumber-rails/pull/464)
150
- [mvz] / [damonjmurray] / [deivid-rodriguez])
151
-
152
- * Avoid printing a warning about `config.cache_classes` being set to `false` when
153
- Spring is used ([#462](https://github.com/cucumber/cucumber-rails/pull/462) [janko])
154
-
155
- ## [v2.0.0](https://github.com/cucumber/cucumber-rails/compare/v1.8.0...v2.0.0) (2019-09-13)
8
+ This file is intended to be modified using the [`changelog`](github.com/cucumber/changelog) command-line tool.
156
9
 
157
- ### New Features
158
-
159
- * New functionality allows users to Configure whether `Rack::Test` methods get auto-mixed in
160
- * Setting `ENV['CR_REMOVE_RACK_TEST_HELPERS] = "true"` will remove these methods from the `World`
161
- ([#440](https://github.com/cucumber/cucumber-rails/pull/440) [luke-hill])
10
+ ## [Unreleased]
162
11
 
12
+ ## [2.6.1] - 2022-10-12
163
13
  ### Changed
14
+ - Automate release process
164
15
 
165
- * **Breaking change:** `web_steps` have been completely removed from cucumber-rails
166
- ([#437](https://github.com/cucumber/cucumber-rails/pull/437) [luke-hill])
167
-
168
- * Altered some branching logic in tests designed to cater for old ruby/rails versions
169
- ([#433](https://github.com/cucumber/cucumber-rails/pull/433) [luke-hill])
170
-
171
- ## [v1.8.0](https://github.com/cucumber/cucumber-rails/compare/v1.7.0..v1.8.0) (2019-08-06)
172
-
16
+ ## [v2.6.0]
173
17
  ### Changed
18
+ - New release process. Older releases are in [this changelog](./CHANGELOG.old.md).
174
19
 
175
- * Dropped Ruby 2.2 support (target 2.3 and up) ([#424](https://github.com/cucumber/cucumber-rails/pull/424) [mvz])
176
-
177
- * Begin to update the core runtime / development dependencies to something a little more recent
178
- ([#413](https://github.com/cucumber/cucumber-rails/pull/413) /
179
- [#431](https://github.com/cucumber/cucumber-rails/pull/431) /
180
- [#432](https://github.com/cucumber/cucumber-rails/pull/432)
181
- [mvz] /
182
- [luke-hill])
183
-
184
- ### Fixed
185
-
186
- * Various rubocop / styling issues that had built up over time
187
- ([#414](https://github.com/cucumber/cucumber-rails/pull/414) /
188
- [#416](https://github.com/cucumber/cucumber-rails/pull/416) /
189
- [#419](https://github.com/cucumber/cucumber-rails/pull/419) /
190
- [#420](https://github.com/cucumber/cucumber-rails/pull/420) /
191
- [#421](https://github.com/cucumber/cucumber-rails/pull/421) /
192
- [#421](https://github.com/cucumber/cucumber-rails/pull/434)
193
- [luke-hill] /
194
- [mvz])
195
-
196
- * Generic Travis Healthcheck (Fixed up polluted logs and use newer Ubuntu OS)
197
- ([#415](https://github.com/cucumber/cucumber-rails/pull/415) /
198
- [#417](https://github.com/cucumber/cucumber-rails/pull/417)
199
- [luke-hill])
200
-
201
- * Rails6 not building correctly
202
- ([#418](https://github.com/cucumber/cucumber-rails/pull/418)
203
- [luke-hill])
204
-
205
- * Provisional Ruby 2.7 builds not working
206
- ([#427](https://github.com/cucumber/cucumber-rails/pull/427)
207
- [amatsuda] /
208
- [luke-hill])
209
-
210
- ## [v1.7.0](https://github.com/cucumber/cucumber-rails/compare/v1.6.0...v1.7.0) (2019-04-17)
211
-
212
- ### Changed
213
-
214
- * Drop rails `4.0` / `4.1` support ([#392](https://github.com/cucumber/cucumber-rails/pull/392) [deivid-rodriguez])
215
- * Allow Ruby `2.6` users to `ERB.new` ([#399](https://github.com/cucumber/cucumber-rails/pull/399) [koic])
216
- * Allow Rails to be used in the `6.x` series (Currently as of release only beta1 is supported) ([#405](https://github.com/cucumber/cucumber-rails/pull/405) [kotovalexarian])
217
- * Update CI to test most relevant Rubies ([#411](https://github.com/cucumber/cucumber-rails/pull/411) [olleolleolle])
218
-
219
- ### Fixed
220
-
221
- * Appraisals fixes (Up-to-date `geckodriver`, standardised the various `.gemfile`s)
222
- ([#389](https://github.com/cucumber/cucumber-rails/pull/389) /
223
- [#394](https://github.com/cucumber/cucumber-rails/pull/394) /
224
- [#395](https://github.com/cucumber/cucumber-rails/pull/395) /
225
- [#408](https://github.com/cucumber/cucumber-rails/pull/408)
226
- [xtrasimplicity] /
227
- [deivid-rodriguez] /
228
- [mvz])
229
-
230
- * Various build issues that had built up over the previous year
231
- ([#403](https://github.com/cucumber/cucumber-rails/pull/403) /
232
- [#404](https://github.com/cucumber/cucumber-rails/pull/404) /
233
- [#410](https://github.com/cucumber/cucumber-rails/pull/410)
234
- [koic] /
235
- [mvz])
236
-
237
- ## [v1.6.0](https://github.com/cucumber/cucumber-rails/compare/v1.5.0...v1.6.0) (2018-04-23)
238
-
239
- ### Changed
240
-
241
- * Renamed History.md to CHANGELOG.md, added contributing note, and this line in accordance with [cucumber/cucumber #251](https://github.com/cucumber/cucumber/issues/251) ([#345](https://github.com/cucumber/cucumber-rails/pull/345) [jaysonesmith](https://github.com/jaysonesmith))
242
- * Update .travis.yml with ruby versions ([#341](https://github.com/cucumber/cucumber-rails/pull/341) Jun Aruga)
243
- * Removed support for Ruby <= 2.1, to keep in line with [cucumber-ruby](https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md#302-2017-11-11) ([#360](https://github.com/cucumber/cucumber-rails/pull/360) [xtrasimplicity](https://github.com/xtrasimplicity)).
244
- * Updated syntax to support both new and deprecated forms of tag negation. ([#348](https://github.com/cucumber/cucumber-rails/pull/348) [mirelon](https://github.com/mirelon), [#359](https://github.com/cucumber/cucumber-rails/pull/359) [xtrasimplicity](https://github.com/xtrasimplicity))
245
- * Dependencies: Allowed `Ammeter` versions greater than 1.1.3. ([#368](https://github.com/cucumber/cucumber-rails/pull/368) [mvz](https://github.com/mvz))
246
- * Switched to Ruby 1.9 hash syntax. ([#371](https://github.com/cucumber/cucumber-rails/pull/371) [mvz](https://github.com/mvz))
247
- * Added support to handle rerun files with multiple lines. ([#373]((https://github.com/cucumber/cucumber-rails/pull/345)) [mvz](https://github.com/mvz))
248
- * Added support for Rails 5.2 and Capybara 3. ([#378](https://github.com/cucumber/cucumber-rails/pull/378/) [gobijan](https://github.com/gobijan), [radar](https://github.com/radar), [xtrasimplicity](https://github.com/xtrasimplicity))
249
-
250
- ### Fixed
251
-
252
- * Fix typo ([#343](https://github.com/cucumber/cucumber-rails/pull/343) Olle Jonsson)
253
- * History.md: Fixed markdown formatting ([#344](https://github.com/cucumber/cucumber-rails/pull/344) [Kosmas](https://github.com/Kosmas))
254
- * Fixed tag deprecation warnings. ([#373](https://github.com/cucumber/cucumber-rails/pull/373) [mvz](https://github.com/mvz))
255
-
256
- ## [v1.5.0](https://github.com/cucumber/cucumber-rails/compare/1.4.5...1.5.0) (2017-05-12)
257
-
258
- * Drop rails 3 support ([#334](https://github.com/cucumber/cucumber-rails/pull/334) Matijs van Zuijlen)
259
- * Add rails 5.1 support ([#337](https://github.com/cucumber/cucumber-rails/pull/337) Matijs van Zuijlen - Rafael Reggiani Manzo)
260
-
261
- ## [v1.4.5](https://github.com/cucumber/cucumber-rails/compare/1.4.4...1.4.5) (2016-09-27)
262
-
263
- * Add support for Cucumber 3+ (Steve Tooke)
264
-
265
- ## [v1.4.4](https://github.com/cucumber/cucumber-rails/compare/1.4.3...1.4.4) (2016-08-05)
266
-
267
- * Ensure support for Rails 5
268
-
269
- ## [v1.4.3](https://github.com/cucumber/cucumber-rails/compare/1.4.2...1.4.3) (2016-01-21)
270
-
271
- * Added gem version badge (Kosmas Chatzimichalis)
272
- * Fix a failing test due to rails date selectors only showing 5 years into the past by default ([#293](https://github.com/cucumber/cucumber-rails/pull/293) Thomas Walpole)
273
- * Allow cucumber 2 ([#293](https://github.com/cucumber/cucumber-rails/pull/293) Thomas Walpole)
274
- * Add rails 4.2 to test matrix ([#293](https://github.com/cucumber/cucumber-rails/pull/293) Thomas Walpole)
275
- * Depend on railties instead of rails ([#294](https://github.com/cucumber/cucumber-rails/pull/294) Alexander Lang)
276
- * Fix failing Travis CI tests ([#305](https://github.com/cucumber/cucumber-rails/pull/305) Matijs van Zuijlen)
277
- * Allow any cucumber < 3 ([#306](https://github.com/cucumber/cucumber-rails/pull/306) Matijs van Zuijlen)
278
- * Add annotations configuration in generator ([#292](https://github.com/cucumber/cucumber-rails/pull/292) Bob Showalter)
279
- * Expand support to include mime-types 3 ([#304](https://github.com/cucumber/cucumber-rails/pull/304) Austin Ziegler)
280
- * Replace badges with SVG versions ([#307](https://github.com/cucumber/cucumber-rails/pull/307) Kevin Goslar)
281
- * Add new line to end of generated database.yml ([#302](https://github.com/cucumber/cucumber-rails/pull/302) Kevin Carmody)
282
-
283
- ## [v1.4.2](https://github.com/cucumber/cucumber-rails/compare/1.4.1...v1.4.2) (2014-10-09)
284
-
285
- * Updated appraisal dependencies to rspec-rails 3.1.0, gemspec dependency to rspec <= 3.1, and removed turn from rails_4_1 appraisal (Kosmas Chatzimichalis)
286
- * Update mime-types dependency to >= 1.16, < 3 ([#289](https://github.com/cucumber/cucumber-rails/pull/289) Erik Michaels-Ober)
287
- * Upgrade to RSpec 3 ([#290](https://github.com/cucumber/cucumber-rails/pull/290) Tamir Duberstein)
288
-
289
- ## [v1.4.1](https://github.com/cucumber/cucumber-rails/compare/v1.4.0...v1.4.1) (2014-05-10)
290
-
291
- ### New Features
292
-
293
- * Added MIT licence in gemspec ([#261](https://github.com/cucumber/cucumber-rails/issues/261#issuecomment-23260956) Benjamin Fleischer)
294
- * Ensure dependency on DatabaseCleaner is not required ([#276](https://github.com/cucumber/cucumber-rails/pull/276) Matthew O'Riordan)
295
- * Added Rails 4.1 support ([#287](https://github.com/cucumber/cucumber-rails/pull/287) Felix Bünemann)
296
- * Modified appraisal instructions in README.md (Kosmas Chatzimichalis)
297
- * Added Gemnasium support (Kosmas Chatzimichalis)
298
- * Various code enhancements based on PullReview suggestions (Kosmas Chatzimichalis)
299
-
300
- ### Removed Features
301
-
302
- * Mongo step definition ([#263](https://github.com/cucumber/cucumber-rails/issues/263) Aslak Hellesøy)
303
-
304
- ### Bugfixes
305
-
306
- * Prevent MiniTest running `at_exit` when running cucumber ([#253](https://github.com/cucumber/cucumber-rails/issues/253) Steve Tooke)
307
- * `bundle exec rake` runs minitest with cucumber options and raises exception ([#252](https://github.com/cucumber/cucumber-rails/issues/252) Peter Bollenbeck)
308
- * Various bundler related fixes ([#264](https://github.com/cucumber/cucumber-rails/pull/264) Erik Michaels-Ober)
309
- * Additional gemspec cleanup ([#265](https://github.com/cucumber/cucumber-rails/pull/265) Erik Michaels-Ober)
310
- * Added mime-types runtime dependency to fix bundle install issue ([#273](https://github.com/cucumber/cucumber-rails/pull/273) Kosmas Chatzimichalis)
311
- * Removed mongoid gem from Appraisal ([#274](https://github.com/cucumber/cucumber-rails/pull/274) Kosmas Chatzimichalis)
312
- * Amend typo in select_dates_and_times.rb comments ([#268](https://github.com/cucumber/cucumber-rails/pull/268) Erik Eide)
313
- * Keep empty step_definitions directories ([#249](https://github.com/cucumber/cucumber-rails/pull/249) Iain D Broadfoot)
314
- * Remove obsolete link for config.cache_classes to false ([#271](https://github.com/cucumber/cucumber-rails/issues/271) Andrew Premdas)
315
-
316
- ## [v1.4.0](https://github.com/cucumber/cucumber-rails/compare/v1.3.1...v1.4.0) (2013-08-23)
317
-
318
- ### New Features
319
-
320
- * New test raising_errors.feature to test raising routing errors that replaced the earlier routing.feature
321
- * Added recommendation in README.md for running install scripts after upgrading (Joost Baaij)
322
- * Describe configuration option 'autorun_database_cleaner' in README ([#255](https://github.com/cucumber/cucumber-rails/pull/255) Martin Eismann)
323
-
324
- ### Changed Features
325
-
326
- * Gemspec in 1.3.1 doesn't allow usage with rails 4 ([#244](https://github.com/cucumber/cucumber-rails/issues/244) Fabian Schwahn)
327
-
328
- ### Removed Features
329
-
330
- * routing.feature code was actually testing the raising of errors so it was renamed to raising_errors.feature and slightly changed to deal with rails 4 changes in public folder
331
- * multiple_databases.feature was removed as it was actually testing DatabaseCleaner behaviour
332
- * pre_bundler.feature was removed as it is no longer relevant
333
- * mongodb feature was removed as is there is no mongodb code in cucumber-rails codebase
334
-
335
- ### Bugfixes
336
-
337
- * Fixed tests so they pass in Rails 4 and updated gemspec ([#247](https://github.com/cucumber/cucumber-rails/pull/247) Dave Brace)
338
- * Allow use with Rails 4 ([#254](https://github.com/cucumber/cucumber-rails/pull/254) Marnen Laibow-Koser)
339
- * Fix for Rails4 ([#256](https://github.com/cucumber/cucumber-rails/pull/256) Jon Rowe)
340
- * Revert "Merge pull request #256 from JonRowe/dumb_fix_for_rails4_test_he... ([#258](https://github.com/cucumber/cucumber-rails/pull/258) Kosmas Chatzimichalis)
341
-
342
- ## [v1.3.1](https://github.com/cucumber/cucumber-rails/compare/v1.3.0...v1.3.1) (2013-03-15)
343
-
344
- ### New Features
345
-
346
- * Multiple-gemfile testing and travis configuration ([#240](https://github.com/cucumber/cucumber-rails/pull/240) Simon Coffey)
347
-
348
- ### Changed Features
349
-
350
- * Fix a typo in a template ([#228](https://github.com/cucumber/cucumber-rails/pull/228) Robin Dupret)
351
- * Depend upon the generic test:prepare task ([#230](https://github.com/cucumber/cucumber-rails/pull/230) Graeme Mathieson)
352
- * Allow users to disable database_cleaner hooks ([#232](https://github.com/cucumber/cucumber-rails/pull/232) Simon Coffey)
353
- * Rails 4.0.0-beta ActionController::Integration depreciation fix ([#234](https://github.com/cucumber/cucumber-rails/pull/234) Daniel Bruns)
354
-
355
- ## [v1.3.0](https://github.com/cucumber/cucumber-rails/compare/v1.2.1...v1.3.0) (2012-02-19)
356
-
357
- ### New Features
358
-
359
- * JavaScript database strategies should take options ([#192](https://github.com/cucumber/cucumber-rails/issues/192), [#195](https://github.com/cucumber/cucumber-rails/pull/195) Thomas Walpole)
360
-
361
- ### Changed features
362
-
363
- * select_date arguments should be reversed ([#190](https://github.com/cucumber/cucumber-rails/issues/190), [#191](https://github.com/cucumber/cucumber-rails/pull/191) Gavin Hughes)
364
-
365
- ## [v1.2.1](https://github.com/cucumber/cucumber-rails/compare/v1.2.0...v1.2.1) (2011-12-04)
366
-
367
- ### New features
368
-
369
- * Allow ability to use deletion as a javascript database strategy ([#185](https://github.com/cucumber/cucumber-rails/pull/185) Thijs de Vries)
370
- * Support custom JS strategies ([#184](https://github.com/cucumber/cucumber-rails/pull/184) Michael Pabst)
371
-
372
- ## [v1.2.0](https://github.com/cucumber/cucumber-rails/compare/v1.1.1...v1.2.0) (2011-11-03)
373
-
374
- ### Removed features
375
-
376
- * The (deprecated) tableish method has been removed. See https://gist.github.com/1299371 for an alternative. (Aslak Hellesøy)
377
-
378
- ### Bugfixes
379
-
380
- * Non-threadsafe database connections shared between threads ([#166](https://github.com/cucumber/cucumber-rails/issues/166) Matt Wynne)
381
-
382
- ## [v1.1.1](https://github.com/cucumber/cucumber-rails/compare/v1.1.0...v1.1.1) (2011-10-03)
383
-
384
- ### Removed features
385
-
386
- The `cucumber:feature` generator has been removed. The reasoning behind this is the same as for
387
- removing `web_steps.rb`, `paths.rb` and `selectors.rb` in v1.1.0.
388
-
389
- ## [v1.1.0](https://github.com/cucumber/cucumber-rails/compare/v1.0.6...v1.1.0) (2011-09-28)
390
-
391
- ### Removed features
392
-
393
- The following files will no longer be generated if you are running `rails generate cucumber:install`:
394
-
395
- * features/step_definitions/web_steps.rb
396
- * features/support/paths.rb
397
- * features/support/selectors.rb
398
-
399
- The reason behind this is that the steps defined in `web_steps.rb` leads people to write scenarios of a
400
- very imperative nature that are hard to read and hard to maintain. Cucumber scenarios should not be a series
401
- of steps that describe what a user clicks. Instead, they should express what a user *does*. Example:
402
-
403
- Given I have signed up as "user@host.com"
404
-
405
- with a Step Definition that perhaps looks like this:
406
-
407
- Given /^I have signed up as "([^"]*)"$/ do |email|
408
- visit(signup_path)
409
- fill_in('Email', with: email)
410
- fill_in('Password', with: 's3cr3t')
411
- fill_in('Password Confirmation', with: 's3cr3t')
412
- click_button('Sign up')
413
- end
414
-
415
- Moving user interface details from the scenarios and down to the step definitions makes scenarios
416
- much easier to read. If you change the user interface you only have to change a step definition or two
417
- instead of a lot of scenarios that explicitly describe how to sign up.
418
-
419
- You can learn more about the reasoning behind this change at the following links:
420
-
421
- * [Cucumber mailing list: Removing web_steps.rb in Cucumber 1.1.0](http://groups.google.com/group/cukes/browse_thread/thread/26f80b93c94f2952)
422
- * [Cucumber-Rails issue #174: Remove web_steps.rb since it encourages people to write poor tests.](https://github.com/cucumber/cucumber-rails/issues/174)
423
- * [Refuctoring your Cukes by Matt Wynne](http://skillsmatter.com/podcast/home/refuctoring-your-cukes)
424
- * [Imperative vs Declarative Scenarios in User Stories by Ben Mabey](http://benmabey.com/2008/05/19/imperative-vs-declarative-scenarios-in-user-stories.html)
425
- * [Whose domain is it anyway? by Dan North](http://dannorth.net/2011/01/31/whose-domain-is-it-anyway/)
426
- * [You're Cuking it Wrong by Jonas Nicklas](http://elabs.se/blog/15-you-re-cuking-it-wrong)
427
-
428
- You can learn more about what Capybara has to offer in Capybara's [README](https://github.com/jnicklas/capybara).
429
-
430
- ## [v1.0.6](https://github.com/cucumber/cucumber-rails/compare/v1.0.5...v1.0.6) (2011-09-25)
431
-
432
- ### Bugfixes
433
-
434
- * Fix deprecation warnings ([#169](https://github.com/cucumber/cucumber-rails/issues/169), [#170](https://github.com/cucumber/cucumber-rails/pull/170) Micah Geisel)
435
- * Deprecate #tableish. The Capybara::Node::Finders API has obsoleted the need for it. ([#145](https://github.com/cucumber/cucumber-rails/issues/145) Aslak Hellesøy)
436
-
437
- ## [v1.0.5](https://github.com/cucumber/cucumber-rails/compare/v1.0.4...v1.0.5) (2011-09-14)
438
-
439
- ### Bugfixes
440
-
441
- * No = dependencies in gemspec, since rubies with old YAML (sych) can't read them. (Aslak Hellesøy)
442
-
443
- ## [v1.0.4](https://github.com/cucumber/cucumber-rails/compare/v1.0.3...v1.0.4) (2011-09-12)
444
-
445
- ### Bugfixes
446
-
447
- * Active_record hook prevents features that access multiple database from running correctly ([#152](https://github.com/cucumber/cucumber-rails/issues/152) winnipegtransit)
448
-
449
- ## [v1.0.3](https://github.com/cucumber/cucumber-rails/compare/v1.0.2...v1.0.3) (2011-09-11)
450
-
451
- ### Bugfixes
452
-
453
- * sqlite3-ruby is now sqlite3 ([#158](https://github.com/cucumber/cucumber-rails/pull/158) Trung Le)
454
- * Broken link in the USAGE file of the features generator ([#156](https://github.com/cucumber/cucumber-rails/pull/156) Pablo Alonso García)
455
- * Rails destroy cucumber:feature deletes the steps folder, even though it's not empty. ([#154](https://github.com/cucumber/cucumber-rails/pull/154]), [#111](https://github.com/cucumber/cucumber-rails/issues/111) mblake)
456
- * Adjust select_date, select_time xpaths so they work when scoped in the document ([#151](https://github.com/cucumber/cucumber-rails/pull/151) Thomas Walpole)
457
- * Extend javascript emulation to handle rails CSRF protection ([#164](https://github.com/cucumber/cucumber-rails/pull/164) Jonathon M. Abbott)
458
- * Add steps for finding fields with errors ([#162](https://github.com/cucumber/cucumber-rails/pull/162) Mike Burns)
459
-
460
- ## [v1.0.2](https://github.com/cucumber/cucumber-rails/compare/v1.0.1...v1.0.2) (2011-06-26)
461
-
462
- ### Bugfixes
463
-
464
- * Removed the dependency on rack-test, since it is not used directly. v1.0.1 was incompatible with Rails 3.0.9. (Aslak Hellesøy)
465
-
466
- ## [v1.0.1](https://github.com/cucumber/cucumber-rails/compare/v1.0.0...v1.0.1) (2011-06-25)
467
-
468
- ### New Features
469
-
470
- * Added a `@no-database-cleaner` tag you can add if you don't want to run DatabaseCleaner. Useful for debugging if you want to leave data in the database. Typical use case is to run `rails server --environment test` to look at/try app with data from test. (Aslak Hellesøy)
471
- * History file is now in Markdown format. (Aslak Hellesøy)
472
-
473
- ## [v1.0.0](https://github.com/cucumber/cucumber-rails/compare/v0.5.2...v1.0.0) (2011-06-20)
474
-
475
- ### New Features
476
-
477
- * Upgraded Cucumber dependency to `1.0.0` (Aslak Hellesøy)
478
-
479
- ## [v0.5.2](https://github.com/cucumber/cucumber-rails/compare/v0.5.1...v0.5.2) (2011-06-07)
480
-
481
- ### New Features
482
-
483
- * Upgraded to Capybara 1.0.0.rc1 (Aslak Hellesøy)
484
- * Add stats to generator (#144 Aslak Hellesøy)
485
-
486
- ## [v0.5.1](https://github.com/cucumber/cucumber-rails/compare/v0.5.0...v0.5.1) (2011-05-25)
487
-
488
- ### Bugfixes
489
-
490
- * Mixed DB access feature for @javascript drivers (#142 Alexander Mankuta)
491
- * cucumber:feature and integers. not creating feature correctly (#30 John Ivanoff, Aslak Hellesøy)
492
- * New project can't find capybara's "visit" (#143 Aslak Hellesøy)
493
- * rails generate cucumber:install attempts double run (#140 Aslak Hellesøy)
494
-
495
- ## [v0.5.0](https://github.com/cucumber/cucumber-rails/compare/v0.5.0.beta1...v0.5.0) (2011-05-17)
496
-
497
- ### Bugfixes
498
-
499
- * undefined method `add_assertion' for nil:NilClass (#96, #97, #98 Aslak Hellesøy)
500
- * Capybara name error from env.rb (#125 Aslak Hellesøy)
501
- * Fixed date-localization bug (#138 Michael Opitz)
502
-
503
- ## [v0.5.0.beta1](https://github.com/cucumber/cucumber-rails/compare/v0.4.1...v0.5.0.beta1) (2011-05-09)
504
-
505
- ### Removed features
506
-
507
- * Dropped support for Rails 2 (Aslak Hellesøy)
508
- * Dropped support for Webrat (Aslak Hellesøy)
509
- * Removed database cleaner strategy overrides (#134 Daniel Morrison, Daniel Duvall)
510
-
511
- ### Improvements
512
-
513
- * Upgrade to Capybara 1.0.0.beta1 or newer (#129, #130 Simon Menke, Klaus Hartl, Aslak Hellesøy)
514
- * Generated paths.rb cleanup (#133 Tim Pope)
515
- * Allow css pseudo-classes in scopers (#122 twalpole)
516
-
517
- ## [v0.4.1](https://github.com/cucumber/cucumber-rails/compare/v0.4.0...v0.4.1) (2011-04-05)
518
-
519
- ### Bugfixes
520
-
521
- * Fixed incorrect warning in generated files. (#115 Emanuele Vicentini)
522
- * Fixed incorrect hooks for DatabaseCleaner (#113 Markus Bengts)
523
- * Throw an error if the user forgot to add DatabaseCleaner to the Gemfile, allowing them to decide whether or not to use it. (#36 Aslak Hellesøy, Ryan Bigg)
524
-
525
- ## [v0.4.0](https://github.com/cucumber/cucumber-rails/compare/v0.3.2...v0.4.0) (2011-03-20)
526
-
527
- ### New Features
528
-
529
- * Add selectors helper (#63 Bodaniel Jeanes)
530
- * Capybara date stepdefs (#66 Rob Holland)
531
- * The World now includes Rack::Test::Methods, allowing get, post, put delete (Aslak Hellesøy)
532
-
533
- ### Bugfixes
534
-
535
- * Allow setting rails root (#102, #103, Fabio Kreusch)
536
- * Fix Date selection steps and helpers (#93, #99, #100, #101, #109 James Herdman, John Ferlito, twalpole, Geoff Drake, Ricky Robinson, Michael Fleet)
537
- * Can not run cucumber-rails (0.4.0.beta.1) with cucumber (0.10.0) (#89 Aslak Hellesøy)
538
- * Installing cucumber-rails without a database.yml fails (#61 Aslak Hellesøy)
539
- * Fix #click_link compatibility with Capybara 0.4. (#54, #77, #78, #80 Aslak Hellesøy)
540
- * Support for projects using other ORMs than ActiveRecord (or nothing at all). (#18, #22, #46, #85, #86, #87, #90 Aslak Hellesøy)
541
- * @allow-rescue not working in rails 3 (#31 Joe Ferris, Aslak Hellesøy)
542
- * Gem dependency on Nokogiri (for #tableish). (#53 Aslak Hellesøy)
543
-
544
- ### Removed Features
545
-
546
- * Automatic detection of RSpec, Capybara and Webrat for install generator. Set gems explicitly in your Gemfile (Rails3) or environment.rb (Rails2)
547
- * Then /^(?:|I )should see JSON:$/. Use #get and #last_response instead. See features/rails3.feature. (Aslak Hellesøy)
548
- * Cucumber::Rails::World.use_transactional_fixtures. TODO: Explain what to do instead.
549
- No more Cucumber::Rails::World.use_transactional_fixtures = false. Use DatabaseCleaner.strategy = :none instead
550
-
551
- ## [v0.3.2](https://github.com/cucumber/cucumber-rails/compare/v0.3.1...v0.3.2) (2010-06-06) The `rails-2.3.x` support branch branches off from here.
552
- * web_steps.rb uses "([^"]*)" instead of "([^\"]*)" (Aslak Hellesøy)
553
- * Renamed cucumber:skeleton to cucumber:install (Rails 3 generator). (Aslak Hellesøy)
554
- * Upgraded to be compatible with rspec 2.0.0.beta.10 (#35 Gabor Ratky, Pete Yandell)
555
-
556
- ## [v0.3.1](https://github.com/cucumber/cucumber-rails/compare/v0.3.0...v0.3.1) (2010-05-04)
557
-
558
- This release has a lot of bugfixes! The test suite (based on Aruba) verifies that Cucumber-Rails
559
- now works with various combinations of:
560
-
561
- * Cucumber 0.6.x/0.7.2
562
- * Rails2/Rails3
563
- * RSpec1/RSpec2/Test-Unit/Mini-Uint
564
- * Webrat/CapyBara
565
- * MRI 1.8.6/1.8.7/1.9.1
566
-
567
- This one requires a special mention: The handy (but error prone) rerun functionality has moved to a
568
- separate rerun profile, so all rerun.txt related issues should now be gone.
569
-
570
- * New Capybara Step Definitions for Dates. (Rob Holland)
571
- * Steps now recognise "Given I am on the users page" etc. (Solomon White)
572
- * Relegate rerun to its own profile and rake task (Mike Sassak)
573
- * Added new Then /^(?:|I )should see JSON:$/ step definition to Capybara - useful for REST. (Aslak Hellesøy)
574
- * The #tableish method now understands tables with colspan and rowspan
575
- * Support RSpec 2 (Johan Kiviniemi, Aslak Hellesøy, Rolf Bjaanes)
576
- * Added @no-js-emulation, which turns off javascript emulation for delete links when not using browser testing. (Rob Holland, Aslak Hellesøy)
577
- * Korean translation (Shim Taewon)
578
-
579
- ### Bugfixes
580
- * No longer need to install the test-unit gem on 1.9.1 (Aslak Hellesøy)
581
- * capybara rack-test field should contain step support for textarea (#28 Nicholas Rutherford)
582
- * "Rspec is not missing constant Matchers!" error. (#27 David Chelimsky, Aslak Hellesøy)
583
- * @culerity tag breaks Rails 3 RESTful helpers (#17 Aslak Hellesøy)
584
-
585
- ## [v0.3.0](https://github.com/cucumber/cucumber-rails/compare/v0.2.4...v0.3.0) (2010-02-26)
586
-
587
- This is a major release since we're now supporting both Rails 3 and RSpec 2. Older versions
588
- (Rails 2 and RSpec 1) are still supported.
589
-
590
- ### New Features
591
-
592
- * Support for both Rails-2.x and Rails-3.x (#10 Kristian Mandrup, Aleksey Gureiev, Ashley Moran, Aslak Hellesøy)
593
- * Support for both RSpec-1.x and RSpec-2.x (Louis Rose, Aslak Hellesøy)
594
- * Features will default to Javascript emulation unless you turn it off with @culerity, (Aslak Hellesøy)
595
- * Japanese translation. (MOROHASHI Kyosuke)
596
-
597
- ### Bugfixes
598
-
599
- * Support projects that don't use ActiveRecord (#14 Aslak Hellesøy)
600
- * Running test/unit tests when creating a skeleton (#12 Aleksey Gureiev)
601
- * Inform that config/database.yml is overwritten, be smarter about it and inform the user that it is forced. (#15 Aslak Hellesøy)
602
- * Reverts changes from issue #5 where verification of query string params was added to the step for being on a page. Adds step discussed in issue #11 for verification of query string. (#5, #11 Eric Milford)
603
- * Fixed typos in Capybara's web steps (has_not_xpath? => has_no_xpath?) (Thorbjørn Hermansen, Carlos Antonio da Silva)
604
-
605
- ### New Features
606
-
607
- * Added Danish translation (Kristian Mandrup)
608
- * Using Gemfile for Rails 3. Tidies it up and adds cucumber gems only if not already present! (Kristian Mandrup)
609
- * Added Generators wrapper module for Rails 3 generators so they are now all in Cucumber::Generators (Kristian Mandrup)
610
-
611
- ### Bugfixes
612
-
613
- * Started to work on solutions for generating suitable support files depending on Rails version
614
- - see skeleton_base.rb#create_feature_support and templates/support
615
-
616
- ## [v0.2.4](https://github.com/cucumber/cucumber-rails/compare/v0.2.3...v0.2.4) (2010-01-18)
617
-
618
- ### New Features
619
-
620
- * Added Spanish translation (Gabriel)
621
-
622
- ### Bugfixes
623
-
624
- * Fixed some broken Webrat/Test::Unit step definitions. (Aslak Hellesøy)
625
- * Better Javascript emulation with Capybara (#7 Thorbjørn Hermansen)
626
- * Removed stray quote in i18n web_steps.rb (Gabriel)
627
- * Update hooks to new boolean logic (#6 Jon Larkowski, Michael MacDonald)
628
- * Fixed incompatibility with Rails 3 (Mutwin Kraus)
629
- * Fixed broken "fill in the following" step for Capybara web_steps (Lenny Marks)
630
- * Capybara web_steps.rb with_scope didn't work in nested steps (Lenny Marks)
631
- * Fixed "should not see" steps in web_steps.rb to use the correct selector (Toni Tuominen)
632
-
633
- ## [v0.2.3](https://github.com/cucumber/cucumber-rails/compare/v0.2.2...v0.2.3) (2010-01-03)
634
-
635
- ### New Features
636
-
637
- * The #tableish Proc can return Strings as well as Nokogiri nodes now. (Aslak Hellesøy)
638
-
639
- ### Bugfixes
640
-
641
- * Handle all types of URIs in "I should be on ..." steps. (#5 Andrew D. Smith)
642
-
643
- ## [v0.2.2](https://github.com/cucumber/cucumber-rails/compare/v0.2.1...v0.2.2) (2009-12-21)
644
-
645
- ### Bugfixes
646
- * Fix bad link in gemspec. (Aslak Hellesøy)
647
- * Unified file attaching step names. (Jiří Zajpt)
648
- * Fix typos in variable names in several step definitions. (Jiří Zajpt)
649
- * cucumber.rake finds the wrong vendored cucumber when a plugin name starts with "cucumber" (#4 James Herdman, Paco Benavent, Aslak Hellesøy)
650
-
651
- ### New features
652
-
653
- * Czech translations. (Jiří Zajpt)
654
-
655
- ## [v0.2.1](https://github.com/cucumber/cucumber-rails/compare/v0.2.0...v0.2.1) (2009-12-16)
656
-
657
- Small bugfix release
658
-
659
- ### Bugfixes
660
- * Made sure database_cleaner is always set up as a dependency in config/environments/cucumber.rb. (Aslak Hellesøy)
661
-
662
-
663
- This is the first release of cucumber-rails, which was factored out of cucumber.
664
- We're calling it 0.2.0 just because we did some prereleases in the 0.1 series,
665
- and to celebrate that cucumber-rails now supports Capybara as an alternative to Webrat.
666
-
667
- ### UPGRADING FROM A PREVIOUS CUCUMBER SETUP
668
-
669
- 1. Remove your `features/support/version_check.rb`
670
- 2. Remove your `features/step_definitions/webrat_steps.rb`
671
- If you have added your own custom step definitions to this file,
672
- put them in a different file under features/step_definitions
673
- 3. run `ruby script/generate cucumber --help` to see what options you have.
674
- 4. run `ruby script/generate cucumber` - plus whatever options you think fit for you.
675
- Answer "n" (no) when asked to overwrite paths.rb.
676
- Answer "y" (yes) when asked to overwrite other files, but do "d" (diff) first.
677
- If you have edits in some of these files that you want to keep, store the diff
678
- in a temporary file and reapply after you have overwritten the file. ALso consider
679
- adding your custom code to another file that won't be overwritten the next time
680
- you upgrade.
681
-
682
- Many people have edits in their `env.rb` file. This is something you should try
683
- to avoid in the future. Instead, keep your custom setup in a different file
684
- under `features/support` - Cucumber loads all files under `features/**/*.rb` anyway.
685
-
686
- If you have a Spork setup, see the end of this thread:
687
- http://groups.google.com/group/cukes/browse_thread/thread/475385cc26377215
688
-
689
- ### New features
690
- * Added an @emulate_rails_javascript tag that will emulate onclick with Capybara (Aslak Hellesøy, Rob Holland)
691
- * Added a smart config/cucumber.yml file that will rerun previously failing scenarios (Aslak Hellesøy)
692
- * Support for Capybara. Run "script/generate --capybara" if you want that. (Rob Holland, Aslak Hellesøy)
693
- * New #tableish method to extract table-like data from a HTML page. Pure Nokogiri/CSS3/XPath. (Aslak Hellesøy)
694
-
695
- ### Bugfixes
696
- * Webrat step "Then I should be on" should use request_uri instead of path for missing query string parameters (ZhangJinzhu)
697
- * Added MIME type parameter to attach file step definition (Felix Flores)
698
- * Added check when including ActiveSupport::Testing::SetupAndTeardown for older Rails versions (Jeremy Durham)
699
-
700
- [deivid-rodriguez]: https://github.com/deivid-rodriguez
701
- [koic]: https://github.com/koic
702
- [kotovalexarian]: https://github.com/kotovalexarian
703
- [mvz]: https://github.com/mvz
704
- [olleolleolle]: https://github.com/olleolleolle
705
- [luke-hill]: https://github.com/luke-hill
706
- [amatsuda]: https://github.com/amatsuda
707
- [xtrasimplicity]: https://github.com/xtrasimplicity
708
- [janko]: https://github.com/janko
709
- [damonjmurray]: https://github.com/damonjmurray
710
- [orien]: https://github.com/orien
711
- [wagenet]: https://github.com/wagenet
712
- [cgriego]: https://github.com/cgriego
713
- [botandrose]: https://github.com/botandrose
714
- [Draiken]: https://github.com/Draiken
715
- [langalex]: https://github.com/langalex
716
- [orien]: https://github.com/orien
717
- [mgrunberg]: https://github.com/mgrunberg
718
- [BrianHawley]: https://github.com/BrianHawley
719
- [mattwynne]: https://github.com/mattwynne
20
+ [Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...main
21
+ [2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...main
22
+ [v2.6.0]: ./CHANGELOG.old.md
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-10-07 00:00:00.000000000 Z
13
+ date: 2022-10-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capybara
@@ -386,10 +386,10 @@ licenses:
386
386
  - MIT
387
387
  metadata:
388
388
  bug_tracker_uri: https://github.com/cucumber/cucumber-rails/issues
389
- changelog_uri: https://github.com/cucumber/cucumber-rails/blob/v2.6.0/CHANGELOG.md
389
+ changelog_uri: https://github.com/cucumber/cucumber-rails/blob/v2.6.1/CHANGELOG.md
390
390
  documentation_uri: https://cucumber.io/docs
391
391
  mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
392
- source_code_uri: https://github.com/cucumber/cucumber-rails/tree/v2.6.0
392
+ source_code_uri: https://github.com/cucumber/cucumber-rails/tree/v2.6.1
393
393
  post_install_message:
394
394
  rdoc_options: []
395
395
  require_paths:
@@ -408,5 +408,5 @@ requirements: []
408
408
  rubygems_version: 3.1.2
409
409
  signing_key:
410
410
  specification_version: 4
411
- summary: cucumber-rails-2.6.0
411
+ summary: cucumber-rails-2.6.1
412
412
  test_files: []