# File lib/spec/mocks/message_expectation.rb, line 251
      def at_least(n)
        set_expected_received_count :at_least, n
        self
      end