class RSpec::Mocks::Matchers::HaveReceived

def apply_constraints_to(expectation)

def apply_constraints_to(expectation)
  @constraints.each do |constraint|
    expectation.send(*constraint)
  end
end