class RuboCop::Cop::RSpec::IteratedExpectation
def only_expectations?(body, arg)
def only_expectations?(body, arg) body.each_child_node.all? { |child| expectation?(child, arg) } end
def only_expectations?(body, arg) body.each_child_node.all? { |child| expectation?(child, arg) } end