diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index cb607442c2..403b340814 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -43,3 +43,5 @@ RSpec/MultipleExpectations: Max: 26 RSpec/NestedGroups: Max: 5 +RSpec/MultipleMemoizedHelpers: + Max: 12