Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cucumber 9 #97

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Conversation

vlad-psh
Copy link
Contributor

Seems like cucumber 9 has no breaking changes, everything works fine.

I just made few fixes for tests to be passed (I'll annotate each change to let you know why it was changed)

Gemfile Show resolved Hide resolved
Rakefile.d/cucumber.rake Outdated Show resolved Hide resolved
Rakefile.d/cucumber.rake Show resolved Hide resolved
features/support/env.rb Show resolved Hide resolved
Copy link
Collaborator

@mathieujobin mathieujobin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot, much appreciated

cukes_version=File.read('/tmp/cukes_version').split('-').last.chomp
sqlite_version=File.read('/tmp/sqlite_version').split('-').last.chomp
cukes_version = Gem.loaded_specs['cucumber'].version
sqlite_version = Gem.loaded_specs['sqlite3'].version
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

beautiful

@mathieujobin mathieujobin merged commit 5453a6a into ianwhite:master Nov 17, 2023
84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants