Flowdock
method

reset_setup_teardown_hooks

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: TestCase
reset_setup_teardown_hooks() public

No documentation

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

Hide source
# File lib/minitest/unit.rb, line 1048
      def self.reset_setup_teardown_hooks # :nodoc:
        @setup_hooks = []
        @teardown_hooks = []
      end
Register or log in to add new notes.