Flowdock
method

raise_unexpected_message_args_error

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