method
teardown_subscriptions
v4.0.2 -
Show latest stable
- Class:
ActionController::TemplateAssertions
teardown_subscriptions()public
No documentation available.
# File actionpack/lib/action_controller/test_case.rb, line 55
def teardown_subscriptions
ActiveSupport::Notifications.unsubscribe("render_template.action_view")
ActiveSupport::Notifications.unsubscribe("!render_template.action_view")
end