method

teardown_subscriptions

teardown_subscriptions()
public

No documentation available.

# File actionpack/lib/action_controller/test_case.rb, line 38
    def teardown_subscriptions
      ActiveSupport::Notifications.unsubscribe("render_template.action_view")
      ActiveSupport::Notifications.unsubscribe("!render_template.action_view")
    end