Method: RuboCop::Cop::RSpec::Focus#metadata
- Defined in:
- lib/rubocop/cop/rspec/focus.rb
permalink #metadata(node) ⇒ Object
[View source]
65 66 67 68 |
# File 'lib/rubocop/cop/rspec/focus.rb', line 65 def_node_matcher :metadata, <<~PATTERN {(send #rspec? #focusable_selector? <$(sym :focus) ...>) (send #rspec? #focusable_selector? ... (hash <$(pair (sym :focus) true) ...>))} PATTERN |