method

twice

rspec latest stable - Class: Spec::Mocks::MessageExpectation
twice(&block)
public

No documentation available.

# File lib/spec/mocks/message_expectation.rb, line 296
      def twice(&block)
        @method_block = block if block
        @expected_received_count = 2
        self
      end