# File lib/mocha/expectation.rb, line 148
    def at_least_once
      at_least(1)
      self
    end