class RSpec::Mocks::MessageExpectation

def at_least(n)

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