Flowdock
at_most(n) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/mocks/message_expectation.rb, line 269
      def at_most(n)
        set_expected_received_count :at_most, n
        self
      end
Register or log in to add new notes.