lib/rubocop/cop/rspec/describe_method.rb in rubocop-rspec-1.38.1 vs lib/rubocop/cop/rspec/describe_method.rb in rubocop-rspec-1.39.0
- old
+ new
@@ -16,10 +16,9 @@
#
# describe MyClass, '.my_class_method' do
# end
class DescribeMethod < Cop
include RuboCop::RSpec::TopLevelDescribe
- include RuboCop::RSpec::Util
MSG = 'The second argument to describe should be the method '\
"being tested. '#instance' or '.class'."
def on_top_level_describe(_node, (_, second_arg))