Flowdock
method

raise_unexpected_message_error

Importance_0
raise_unexpected_message_error(sym, *args) 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 109
      def raise_unexpected_message_error(sym, *args)
        @error_generator.raise_unexpected_message_error sym, *args
      end
Register or log in to add new notes.