summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4e6ced4e1ab..9fc1e7d0faf 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1130,7 +1130,7 @@ RSpec/MultipleDescribes:
# Enforces the usage of the same method on all negative message expectations.
RSpec/NotToNot:
EnforcedStyle: not_to
- Enabled: false
+ Enabled: true
# Prefer using verifying doubles over normal doubles.
RSpec/VerifiedDoubles: