We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94d8084 + 9aed15e commit 7970b19Copy full SHA for 7970b19
config/default.yml
@@ -324,7 +324,6 @@ RSpec/MultipleExpectations:
324
Description: Checks if examples contain too many `expect` calls.
325
Enabled: true
326
Max: 1
327
- AggregateFailuresByDefault: false
328
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/MultipleExpectations
329
330
RSpec/MultipleSubjects:
manual/cops_rspec.md
@@ -2058,7 +2058,6 @@ end
2058
Name | Default value | Configurable values
2059
--- | --- | ---
2060
Max | `1` | Integer
2061
-AggregateFailuresByDefault | `false` | Boolean
2062
2063
### References
2064
0 commit comments