We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Ruby, we disregard additional CI messages. But we don't disregard missing CI messages.
Implement the same logic again
missing_keys = (expected_keys - found_keys).reject { |key| ENV['CI'] && found.class == Cucumber::Messages::Meta && key == :ci } extra_keys = (found_keys - expected_keys).reject { |key| ENV['CI'] && found.class == Cucumber::Messages::Meta && key == :ci }
Steps to reproduce the behavior:
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
π What did you see?
In Ruby, we disregard additional CI messages. But we don't disregard missing CI messages.
Implement the same logic again
β What did you expect to see?
π¦ Which tool/library version are you using?
π¬ How could we reproduce it?
Steps to reproduce the behavior:
π Any additional context?
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: