Enable Rubocop RSpec/MultipleDescribes (#23672)

This commit is contained in:
Nick Schonning
2023-02-17 21:25:47 -05:00
committed by GitHub
parent 54318dcd6d
commit 7a3d4c3d4b
2 changed files with 11 additions and 14 deletions

View File

@ -1309,11 +1309,6 @@ RSpec/MissingExampleGroupArgument:
- 'spec/services/notify_service_spec.rb'
- 'spec/services/process_mentions_service_spec.rb'
# Offense count: 1
RSpec/MultipleDescribes:
Exclude:
- 'spec/routing/well_known_routes_spec.rb'
# Offense count: 599
RSpec/MultipleExpectations:
Max: 19