We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f423768 + 1971c32 commit 5d768feCopy full SHA for 5d768fe
lib/rubocop/cop/rspec/pending_without_reason.rb
@@ -94,11 +94,6 @@ class PendingWithoutReason < Base
94
(send #rspec? ${#ExampleGroups.skipped} ...)
95
PATTERN
96
97
- # @!method pending_step_without_reason?(node)
98
- def_node_matcher :pending_step_without_reason?, <<~PATTERN
99
- (send nil? {:skip :pending})
100
- PATTERN
101
-
102
def on_send(node)
103
on_pending_by_metadata(node)
104
return unless (parent = parent_node(node))
0 commit comments