class RSpec::Mocks::MessageExpectation

def at_most(n)

def at_most(n)
  set_expected_received_count :at_most, n
  self
end