lib/rubocop/cop/rspec/multiple_expectations.rb in rubocop-rspec-1.24.0 vs lib/rubocop/cop/rspec/multiple_expectations.rb in rubocop-rspec-1.25.0

- old
+ new

@@ -32,11 +32,11 @@ # end # # @example configuration # # # .rubocop.yml - # RSpec/MultipleExpectations: - # Max: 2 + # # RSpec/MultipleExpectations: + # # Max: 2 # # # not flagged by rubocop # describe UserCreator do # it 'builds a user' do # expect(user.name).to eq("John")