Method: RuboCop::Cop::RSpec::PendingWithoutReason#skipped_by_example_method?
- Defined in:
- lib/rubocop/cop/rspec/pending_without_reason.rb
permalink #skipped_by_example_method?(node) ⇒ Object
[View source]
72 73 74 |
# File 'lib/rubocop/cop/rspec/pending_without_reason.rb', line 72 def_node_matcher :skipped_by_example_method?, <<~PATTERN (send nil? ${#Examples.skipped #Examples.pending}) PATTERN |