Method: RuboCop::Cop::RSpec::RepeatedIncludeExample#shared_examples_name

Defined in:
lib/rubocop/cop/rspec/repeated_include_example.rb

#shared_examples_name(node) ⇒ Object

[View source]

62
63
# File 'lib/rubocop/cop/rspec/repeated_include_example.rb', line 62

def_node_matcher :shared_examples_name,
'(send nil? #Includes.examples $_name ...)'