class RuboCop::Cop::RSpec::EmptyExampleGroup
def examples_in_branches?(condition_node)
def examples_in_branches?(condition_node) condition_node.branches.any? { |branch| examples?(branch) } end
def examples_in_branches?(condition_node) condition_node.branches.any? { |branch| examples?(branch) } end