class RuboCop::Cop::RSpec::StubbedMock

def on_send(node)

def on_send(node)
  expectation(node) do |expectation, method_name, matcher|
    on_expectation(expectation, method_name, matcher)
  end
end