Method: RuboCop::Cop::RSpec::Pending#skippable_example?
- Defined in:
- lib/rubocop/cop/rspec/pending.rb
permalink #skippable_example?(node) ⇒ Object
[View source]
49 50 51 |
# File 'lib/rubocop/cop/rspec/pending.rb', line 49 def_node_matcher :skippable_example?, <<~PATTERN (send nil? #Examples.regular ...) PATTERN |