Skip to content

Commit

Permalink
Fix find_all_in_scope method docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sl4vr authored and pirj committed Nov 2, 2020
1 parent 65c6894 commit 29459ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rubocop/rspec/example_group.rb
Expand Up @@ -37,6 +37,7 @@ def hooks
# Searches node and halts when a scope change is detected
#
# @param node [RuboCop::AST::Node] node to recursively search
# @param predicate [Symbol] method to call with node as argument
#
# @return [Array<RuboCop::AST::Node>] discovered nodes
def find_all_in_scope(node, predicate)
Expand Down

0 comments on commit 29459ae

Please sign in to comment.