Flowdock
method

clear_actual_received_count!

Importance_0
clear_actual_received_count!() protected

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 306
        def clear_actual_received_count!
          @actual_received_count = 0
        end
Register or log in to add new notes.