config/default.yml in rubocop-rspec-1.5.3 vs config/default.yml in rubocop-rspec-1.6.0

- old
+ new

@@ -6,9 +6,10 @@ Description: 'Check that the first argument to the top level describe is the tested class or module.' Enabled: true RSpec/DescribedClass: Description: 'Use `described_class` for tested class / module' + SkipBlocks: false Enabled: true RSpec/DescribeMethod: Description: 'Checks that the second argument to top level describe is the tested method name.' Enabled: true