Fix RSpec/RepeatedExample cop (#24849)

This commit is contained in:
Matt Jankowski
2023-05-23 04:49:23 -04:00
committed by GitHub
parent 9f5deb310b
commit e387175fc9
2 changed files with 93 additions and 85 deletions

View File

@ -571,10 +571,6 @@ RSpec/PredicateMatcher:
- 'spec/models/user_spec.rb'
- 'spec/services/post_status_service_spec.rb'
RSpec/RepeatedExample:
Exclude:
- 'spec/policies/status_policy_spec.rb'
RSpec/StubbedMock:
Exclude:
- 'spec/controllers/api/base_controller_spec.rb'