Sha256: 0e30caf272f127bf96cdf6cba44020b0dc3d7e1404bfbf520a7b7d39c099d731

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

require "test_helper"
require_relative "common"

class AsyncAdapterTest < ActionCable::TestCase
  include CommonSubscriptionAdapterTest

  def setup
    super

    @tx_adapter.shutdown
    @tx_adapter = @rx_adapter
  end

  def cable_config
    { adapter: "async" }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-on-quails-0.1.0 actioncable/test/subscription_adapter/async_test.rb