diff --git a/.rubocop.yml b/.rubocop.yml index 02d0f9c38..67eeb8282 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -102,4 +102,7 @@ RSpec/InstanceSpy: Enabled: true RSpec/InstanceVariable: - Enabled: false \ No newline at end of file + Enabled: false + +RSpec/InvalidPredicateMatcher: + Enabled: true \ No newline at end of file