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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/integrations.rb')
-rw-r--r--spec/factories/integrations.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/factories/integrations.rb b/spec/factories/integrations.rb
index 68751e68f05..74dfea585f2 100644
--- a/spec/factories/integrations.rb
+++ b/spec/factories/integrations.rb
@@ -168,12 +168,6 @@ FactoryBot.define do
end
end
- factory :shimo_integration, class: 'Integrations::Shimo' do
- project
- active { true }
- external_wiki_url { 'https://shimo.example.com/desktop' }
- end
-
factory :confluence_integration, class: 'Integrations::Confluence' do
project
active { true }