class ActionCable::Server::WithIndependentConfig

Public Instance Methods

config() click to toggle source

ActionCable::Server::Base defines config as a class variable. Need config to be an instance variable here as we're testing 2 separate configs

# File actioncable/test/subscription_adapter/channel_prefix.rb, line 8
def config
  @config ||= ActionCable::Server::Configuration.new
end