Flowdock
method

unstub_all!

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: SimpleStubs
unstub_all!() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/testing/time_helpers.rb, line 25
      def unstub_all!
        @stubs.each_value do |stub|
          unstub_object(stub)
        end
        @stubs = {}
      end
Register or log in to add new notes.