config/default.yml in rubocop-rspec-1.20.1 vs config/default.yml in rubocop-rspec-1.21.0
- old
+ new
@@ -235,9 +235,10 @@
RSpec/MultipleExpectations:
Description: Checks if examples contain too many `expect` calls.
Enabled: true
Max: 1
+ AggregateFailuresByDefault: false
StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/MultipleExpectations
RSpec/MultipleSubjects:
Description: Checks if an example group defines `subject` multiple times.
Enabled: true