class RSpec::Mocks::Proxy
def find_almost_matching_expectation(method_name, *args)
def find_almost_matching_expectation(method_name, *args) find_best_matching_expectation_for(method_name) do |expectation| expectation.matches_name_but_not_args(method_name, *args) end end