method
after_teardown
rails latest stable - Class:
ActionCable::TestHelper
after_teardown()public
No documentation available.
# File actioncable/lib/action_cable/test_helper.rb, line 16
def after_teardown # :nodoc:
super
ActionCable.server.instance_variable_set(:@pubsub, @old_pubsub_adapter)
end