-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove calls to require deprecator that isn't needed * External programs that wanted to track available and invoked step definitions now no longer can - Initial removal * Fix ordering of class methods in registry and more file * Mark step definition light as ready for deletion * Curl Option parser is now package private * Remove webrick alias that is no longer needed * Remove tag expression sanitization completely. Proper tag expression syntax is now mandatory * Remove a TODO from the generic rubocop config * Deprecate use_legacy_autoloader * Convert 2 snippets to use heredocs * Fix up snippet generation specs to use the #comment method instead of joining up strings * Remove #append_comment_to * Deprecate text? boolean checker in multiline arguments * Fix deprecator requirement * Remove scriipts dir * Update cucumber dependencies * Minor rubocop tidy * Update changelog * Update all dev dependencies aside from rubocop/rubocop-rspec * Bump of runtime dependencies to permit latest * Fix ref to unskippable action from core update * Fix up references to defined action from core * Permit latest gherkin this end * Permit the next 2 majors for messages - 1 for codegen/dotnet and the next also won't have any major ruby changes * Bump CCK to latest version - issues to arise * Regenerate the TODO file * Add v10 upgrading doc * Upgrade cucumber core to latest and remove the dependency on messages/gherkin as we will lean on the core library for these dependency requirements * Update upgrading docs to reflect change to core being controlling of more requirements * Update all rubocop gems to latest version to remove bugs and re-generate TODO * Remove unrequired hook deprecation * Fix up latent references to old time conversion and id generator classes * Fix CCK test helper from finding incorrect path for ndjson serializer/deserializer * The CCK expects a folder structure for each CCK feature - so we can add a blank dummy one for the empty feature * Improve CCK comments about ignorability of tests
- Loading branch information
Showing
32 changed files
with
373 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# frozen_string_literal: true | ||
|
||
# The empty CCK scenario does not contain any executable steps. It contains just one scenario | ||
# which will be "ran" and only produce a single pickle for the name of the scenario (No pickles for steps) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.