Flowdock
received_message?(sym, *args, &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/proxy.rb, line 78
      def received_message?(sym, *args, &block)
        @messages_received.any? {|array| array == [sym, args, block]}
      end
Register or log in to add new notes.