Method: RuboCop::Cop::RSpec::Pending#skippable?

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

#skippable?(node) ⇒ Object


41
42
43
44
45
46
# File 'lib/rubocop/cop/rspec/pending.rb', line 41

def_node_matcher :skippable?, <<~PATTERN
  {
    (send #rspec? #ExampleGroups.regular ...)
    #skippable_example?
  }
PATTERN