Yudai Takada
Yudai Takada
I updated this PR.
@yui-knk I added NEWS about my patch. Don't worry about it and squish it as needed.
Since `equal`, `eq`, and `eql` are distinctly different, this is not considered a false negative. > BeEql >The `be` matcher compares by identity while the `eql` matcher compares using `eql?`....
IMO, I am reluctant to add this cop. [Our project goal](https://docs.rubocop.org/rubocop-rspec/#project-goals) is to **enforce the guidelines and best practices outlined in the community RSpec style guide**. Currently, I am skeptical...
If we are going to disable on default this Cop, I don’t think it should be added in the first place. It might be useful as a custom Cop for...