Welcome to mirror list, hosted at ThFree Co, Russian Federation.

action_cable.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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