Flowdock
matches_exact_count?() 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 213
      def matches_exact_count?
        @expected_received_count == @actual_received_count
      end
Register or log in to add new notes.