Method: RuboCop::Cop::RSpec::ContextWording#context_wording

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

#context_wording(node) ⇒ Object

[View source]

69
70
71
# File 'lib/rubocop/cop/rspec/context_wording.rb', line 69

def_node_matcher :context_wording, <<~PATTERN
  (block (send #rspec? { :context :shared_context } $({str dstr xstr} ...) ...) ...)
PATTERN