method
teardown_subscriptions
v3.0.9 -
Show latest stable
- Class:
ActionController::TemplateAssertions
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