class RuboCop::Cop::RSpec::MissingExpectationTargetMethod
def on_send(node)
def on_send(node) node = node.parent if node.parent&.block_type? expectation_without_runner?(node.parent) do add_offense(node.parent.loc.selector) end end
def on_send(node) node = node.parent if node.parent&.block_type? expectation_without_runner?(node.parent) do add_offense(node.parent.loc.selector) end end