Method: ActionCable::TestHelper#after_teardown

Defined in:
actioncable/lib/action_cable/test_helper.rb

#after_teardownObject

:nodoc:



18
19
20
21
# File 'actioncable/lib/action_cable/test_helper.rb', line 18

def after_teardown # :nodoc:
  super
  ActionCable.server.instance_variable_set(:@pubsub, @old_pubsub_adapter)
end