summaryrefslogtreecommitdiff
path: root/spec/models/project_services/unify_circuit_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/project_services/unify_circuit_service_spec.rb')
-rw-r--r--spec/models/project_services/unify_circuit_service_spec.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/models/project_services/unify_circuit_service_spec.rb b/spec/models/project_services/unify_circuit_service_spec.rb
deleted file mode 100644
index 0c749322e07..00000000000
--- a/spec/models/project_services/unify_circuit_service_spec.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-# frozen_string_literal: true
-
-require "spec_helper"
-
-RSpec.describe UnifyCircuitService do
- it_behaves_like "chat service", "Unify Circuit" do
- let(:client_arguments) { webhook_url }
- let(:payload) do
- {
- subject: project.full_name,
- text: be_present,
- markdown: true
- }
- end
- end
-end