Method: RuboCop::Cop::RSpec::PendingWithoutReason#skipped_by_example_method_with_block?
- Defined in:
- lib/rubocop/cop/rspec/pending_without_reason.rb
#skipped_by_example_method_with_block?(node) ⇒ Object
77 78 79 |
# File 'lib/rubocop/cop/rspec/pending_without_reason.rb', line 77 def_node_matcher :skipped_by_example_method_with_block?, <<~PATTERN ({block numblock} (send nil? ${#Examples.skipped #Examples.pending} ...) ...) PATTERN |