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/error_generator.rb, line 16
      def raise_unexpected_message_error(sym, *args)
        __raise "#{intro} received unexpected message :#{sym}#{arg_message(*args)}"
      end
Register or log in to add new notes.