Skip to content

Commit 9bf5d3d

Browse files
Template Botmockdeep
authored andcommitted
Apply template update: Rubocop: disallow let blocks
Source: mockdeep/Rails-Template#1396
1 parent 57af14d commit 9bf5d3d

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)