lib/rubocop/rspec/node.rb in rubocop-rspec-2.0.0 vs lib/rubocop/rspec/node.rb in rubocop-rspec-2.0.1
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module RuboCop
module RSpec
- # RuboCop-RSpec specific extensions of RuboCop::AST::Node
+ # RuboCop RSpec specific extensions of RuboCop::AST::Node
module Node
# In various cops we want to regard const as literal althought it's not
# strictly literal.
def recursive_literal_or_const?
case type