Flowdock
method

unstub_all!

Importance_0
v5.2.3 - 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 30
      def unstub_all!
        @stubs.each_value do |object_stubs|
          object_stubs.each_value do |stub|
            unstub_object(stub)
          end
        end
        @stubs.clear
      end
Register or log in to add new notes.