Flowdock
raise_out_of_order_error(sym) 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 30
      def raise_out_of_order_error(sym)
        __raise "#{intro} received :#{sym} out of order"
      end
Register or log in to add new notes.