spec/rubocop/cop/rspec/cop_spec.rb in rubocop-rspec-1.15.0 vs spec/rubocop/cop/rspec/cop_spec.rb in rubocop-rspec-1.15.1

- old
+ new

@@ -10,10 +10,10 @@ 'RSpec' => { 'Patterns' => rspec_patterns } }, 'RSpec/FakeCop' => { - 'Exclude' => %w(bar_spec.rb) + 'Exclude' => %w[bar_spec.rb] } } RuboCop::Config.new(rubocop_config, 'fake_cop_config.yml') end