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