lib/rubocop/cop/rspec/cop.rb in rubocop-rspec-1.38.1 vs lib/rubocop/cop/rspec/cop.rb in rubocop-rspec-1.39.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true module RuboCop - module Cop # rubocop:disable Style/Documentation + module Cop WorkaroundCop = Cop.dup # Clone of the the normal RuboCop::Cop::Cop class so we can rewrite # the inherited method without breaking functionality class WorkaroundCop