config/default.yml in rubocop-rspec-1.2.0 vs config/default.yml in rubocop-rspec-1.2.1

- old
+ new

@@ -32,5 +32,9 @@ Description: 'Checks the file and folder naming of the spec file.' Enabled: true CustomTransform: RuboCop: rubocop RSpec: rspec + +RSpec/VerifiedDoubles: + Description: 'Prefer using verifying doubles over normal doubles.' + Enabled: false