rubocop / rubocop-rspec

Code style checking for RSpec files.
https://docs.rubocop.org/rubocop-rspec
MIT License
805 stars 277 forks source link

Fix false negative for `RSpec/PredicateMatcher` when expectation contains custom failure message #1930

Closed Earlopain closed 3 months ago

Earlopain commented 3 months ago

Closes #1929

This leaves predicate_matcher_block? since RSpec doesn't seem to handle that case.


Before submitting the PR make sure the following are checked: