diff --git a/.rubocop.yml b/.rubocop.yml index 8b7233714..34c798d5f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -370,6 +370,9 @@ RSpec/OverwritingSetup: RSpec/PredicateMatcher: Enabled: true +Rails/HttpStatus: + Enabled: true + RSpec/RepeatedDescription: Enabled: true