method
after_teardown
v7.1.3.4 -
Show 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