spec/rubocop/cop/rspec/example_length_spec.rb in rubocop-rspec-1.32.0 vs spec/rubocop/cop/rspec/example_length_spec.rb in rubocop-rspec-1.33.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + RSpec.describe RuboCop::Cop::RSpec::ExampleLength, :config do subject(:cop) { described_class.new(config) } let(:cop_config) { { 'Max' => 3 } }