From 54cd57de9baa442b4ffd38972a4a86495f20a866 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 02:19:23 +0100 Subject: [PATCH] Enable RSpec/InvalidPredicateMatcher without issues --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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