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

- old
+ new

@@ -60,10 +60,10 @@ include_examples 'SkipBlocks disabled' end context 'when SkipBlocks is not set' do - let(:cop_config) { Hash.new } + let(:cop_config) { {} } include_examples 'SkipBlocks disabled' end context 'when SkipBlocks is `false`' do