method

after_teardown

after_teardown()
public

No documentation available.

# File activesupport/lib/active_support/testing/setup_and_teardown.rb, line 44
      def after_teardown # :nodoc:
        run_callbacks :teardown
        super
      end