Skip to content

Commit f118560

Browse files
rails-template-sync[bot]Template Bot
andauthored
Apply template update: Rubocop: disallow let blocks (#1483)
Source: mockdeep/Rails-Template#1396 Co-authored-by: Template Bot <template-bot@users.noreply.github.com>
1 parent 57af14d commit f118560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RSpec/MessageExpectation:
2929
EnforcedStyle: expect
3030
Exclude: [spec/support/matchers/**/*.rb]
3131
RSpec/MessageSpies: { EnforcedStyle: receive }
32-
RSpec/MultipleMemoizedHelpers: { AllowSubject: false, Max: 0 }
32+
RSpec/MultipleMemoizedHelpers: { Max: 0, AllowSubject: false }
3333
Style/ClassAndModuleChildren: { EnforcedStyle: compact }
3434
Style/MethodCallWithArgsParentheses:
3535
AllowedMethods:

0 commit comments

Comments
 (0)