class AsyncAdapterTest

Public Instance Methods

cable_config() click to toggle source
# File actioncable/test/subscription_adapter/async_test.rb, line 16
def cable_config
  { adapter: "async" }
end
setup() click to toggle source
Calls superclass method CommonSubscriptionAdapterTest#setup
# File actioncable/test/subscription_adapter/async_test.rb, line 9
def setup
  super

  @tx_adapter.shutdown
  @tx_adapter = @rx_adapter
end