Method: RuboCop::Cop::RSpec::SpecFilePathFormat#example_group_arguments

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

#example_group_arguments(node) ⇒ Object

[View source]

43
44
45
# File 'lib/rubocop/cop/rspec/spec_file_path_format.rb', line 43

def_node_matcher :example_group_arguments, <<~PATTERN
  (block $(send #rspec? #ExampleGroups.all $_ $...) ...)
PATTERN