Reduce RSpec/MultipleExpectations cop max to 8 (#25313)

This commit is contained in:
Matt Jankowski
2023-06-10 12:38:22 -04:00
committed by GitHub
parent b5675e265e
commit 62c996b52d
6 changed files with 172 additions and 106 deletions

View File

@ -394,7 +394,7 @@ RSpec/MessageSpies:
- 'spec/validators/status_length_validator_spec.rb'
RSpec/MultipleExpectations:
Max: 19
Max: 8
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers: