summaryrefslogtreecommitdiff
path: root/spec/support/action_cable.rb
blob: 64cfc43587517fa9f06b0b9e80463a6707427a83 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.configure do |config|
  config.before(:each, type: :channel) do
    stub_action_cable_connection
  end
end