method

teardown

rails latest stable - Class: Rails::Generators::Testing::SetupAndTeardown
teardown()
public

No documentation available.

# File railties/lib/rails/generators/testing/setup_and_teardown.rb, line 13
        def teardown # :nodoc:
          ensure_current_path
          super
        end