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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-23 03:08:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-23 03:08:30 +0300
commite6dd804c902b030e2178be0c9ec5c38b58bd2b14 (patch)
tree9cabaea51989befe4d8c2e65ebac11afdd5dc493 /spec/factories/services.rb
parente5356e229f5a1181d1a49091d6dc611db68bfffb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/services.rb')
-rw-r--r--spec/factories/services.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/factories/services.rb b/spec/factories/services.rb
index 13997080817..f4b73b6ed70 100644
--- a/spec/factories/services.rb
+++ b/spec/factories/services.rb
@@ -139,6 +139,13 @@ FactoryBot.define do
end
end
+ factory :external_wiki_service do
+ project
+ type { ExternalWikiService }
+ active { true }
+ external_wiki_url { 'http://external-wiki-url.com' }
+ end
+
factory :open_project_service do
project
active { true }