diff --git a/.rubocop.yml b/.rubocop.yml index b3fe61d0..39a22af6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -22,6 +22,15 @@ Style/ClassAndModuleChildren: Style/Documentation: Enabled: false +RSpec/ExampleWording: + CustomTransform: + be: is + have: has + not: does not + NOT: does NOT + IgnoredWords: + - only + RSpec/FilePath: Enabled: false