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

unify_circuit_service_spec.rb « project_services « models « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51079ea53955eeb2436bdfd7ed47b2cae47c5c45 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require "spec_helper"

describe UnifyCircuitService do
  it_behaves_like "chat service", "Unify Circuit" do
    let(:client_arguments) { webhook_url }
    let(:content_key) { :subject }
  end
end