Fix RSpec/SharedContext cop (#24847)

This commit is contained in:
Matt Jankowski
2023-05-12 03:25:43 -04:00
committed by GitHub
parent 5241f7b2fd
commit bf3ebeb42f
2 changed files with 3 additions and 8 deletions

View File

@ -648,11 +648,6 @@ RSpec/RepeatedExampleGroupDescription:
- 'spec/controllers/admin/reports/actions_controller_spec.rb'
- 'spec/policies/report_note_policy_spec.rb'
# This cop supports safe autocorrection (--autocorrect).
RSpec/SharedContext:
Exclude:
- 'spec/services/unsuspend_account_service_spec.rb'
RSpec/StubbedMock:
Exclude:
- 'spec/controllers/api/base_controller_spec.rb'