Skip to content

Commit

Permalink
Remove already removed AggregateFailuresByDefault from default.yml
Browse files Browse the repository at this point in the history
`AggregateFailuresByDefault` option of `MultipleExpectations` has been
removed in #760.
  • Loading branch information
yujideveloper committed Feb 25, 2020
1 parent 94d8084 commit 9aed15e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ RSpec/MultipleExpectations:
Description: Checks if examples contain too many `expect` calls.
Enabled: true
Max: 1
AggregateFailuresByDefault: false
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/MultipleExpectations

RSpec/MultipleSubjects:
Expand Down
1 change: 0 additions & 1 deletion manual/cops_rspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,6 @@ end
Name | Default value | Configurable values
--- | --- | ---
Max | `1` | Integer
AggregateFailuresByDefault | `false` | Boolean

### References

Expand Down

0 comments on commit 9aed15e

Please sign in to comment.