diff --git a/rubocop.yml b/rubocop.yml index 9482455..80f0780 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -675,3 +675,7 @@ FactoryBot/ConsistentParenthesesStyle: # new in 2.14 Style/AndOr: Enabled: true EnforcedStyle: always + +# Autocorrect is a little simplified and can lead to confusion +RSpec/ExampleWording: + Enabled: false \ No newline at end of file