Fix RSpec/LetSetup cop in models/account_status_cleanup_policy (#28470)

This commit is contained in:
Matt Jankowski 2023-12-22 10:29:50 -05:00 committed by GitHub
parent 2bf84b93d4
commit bb8077e784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -45,10 +45,6 @@ Metrics/PerceivedComplexity:
RSpec/ExampleLength:
Max: 22
RSpec/LetSetup:
Exclude:
- 'spec/models/account_statuses_cleanup_policy_spec.rb'
RSpec/MultipleExpectations:
Max: 8