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

Avoid RSpec/IdenticalEqualityAssertion #499

Merged
merged 1 commit into from
Jul 12, 2021
Merged

Conversation

mlinksva
Copy link
Contributor

@mlinksva mlinksva commented Jul 6, 2021

Recent version of rubocop complain:

Identical expressions on both sides of the equality may indicate a flawed test.

I'm not sure how the test modified here could ever fail without really trying to introduce failure, but no harm keeping it.

… sides of the equality may indicate a flawed test.

I'm not sure how this test could ever fail without really trying to introduce failure, but no harm keeping it.
@mlinksva mlinksva merged commit 81570df into master Jul 12, 2021
@delete-merged-branch delete-merged-branch bot deleted the IdenticalEqualityAssertion branch July 12, 2021 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants