.rubocop.yml in ci_toolkit-1.5.24 vs .rubocop.yml in ci_toolkit-1.6.0

- old
+ new

@@ -19,6 +19,9 @@ IgnoredMethods: ['describe'] RSpec/MultipleExpectations: Max: 5 RSpec/ExampleLength: - Max: 20 + Max: 20 + +RSpec/VerifiedDoubleReference: + Enabled: false \ No newline at end of file