module RSpec::Rails::Matchers

def check_action_cable_adapter

Other tags:
    Private: -
def check_action_cable_adapter
  return if ::ActionCable::SubscriptionAdapter::Test === ::ActionCable.server.pubsub
  raise StandardError, "To use ActionCable matchers set `adapter: test` in your cable.yml"
end