Flowdock
any_number_of_times(&block) 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 264
      def any_number_of_times(&block)
        @method_block = block if block
        @expected_received_count = :any
        self
      end
Register or log in to add new notes.