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

Fix a false negative for Capybara/NegationMatcher when using to_not #94

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

ydah
Copy link
Member

@ydah ydah commented Jan 4, 2024

Fix: #90


Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with main (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • [-] Updated documentation.
  • Added an entry to the CHANGELOG.md if the new code introduces user-observable changes.
  • The build (bundle exec rake) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

@ydah ydah requested a review from a team January 5, 2024 13:50
CHANGELOG.md Outdated Show resolved Hide resolved
@ydah ydah changed the title Fix a false negative for Capybara/NegationMatcher when using not_to Fix a false negative for Capybara/NegationMatcher when using to_not Jan 5, 2024
@Darhazer Darhazer merged commit 4b699e3 into main Jan 5, 2024
25 checks passed
@Darhazer Darhazer deleted the fix90 branch January 5, 2024 14:07
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.

Capybara/NegationMatcher: False negative with to_not
2 participants