Fix RSpec/SharedContext cop (#24847)
This commit is contained in:
parent
5241f7b2fd
commit
bf3ebeb42f
2 changed files with 3 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue