Method: RuboCop::Cop::RSpec::SharedExamples#shared_examples
- Defined in:
- lib/rubocop/cop/rspec/shared_examples.rb
permalink #shared_examples(node) ⇒ Object
[View source]
47 48 49 50 51 52 |
# File 'lib/rubocop/cop/rspec/shared_examples.rb', line 47 def_node_matcher :shared_examples, <<~PATTERN { (send #rspec? #SharedGroups.all $_ ...) (send nil? #Includes.all $_ ...) } PATTERN |