Skip to content

Commit 6bcefa5

Browse files
chore(rubocop): disable RSpec/MultipleExpectations cop
1 parent 559db4c commit 6bcefa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gemspec/DevelopmentDependencies:
2727
Enabled: false
2828

2929
RSpec/MultipleExpectations:
30-
Max: 3
30+
Enabled: false
3131

3232
RSpec/ExampleLength:
3333
Max: 20

0 commit comments

Comments
 (0)