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-06-09 18:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-09 18:08:05 +0300
commit6ff3eb60e3ddbfe7450b760efe57112ddacbdb69 (patch)
treed998a13cd56f46b28c542661ea5138da0d4a4e05 /spec/factories/services.rb
parentea054ec1c398c2903820284df597ccbd14ec2319 (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, 0 insertions, 7 deletions
diff --git a/spec/factories/services.rb b/spec/factories/services.rb
index 5364f62b2c5..6695241020a 100644
--- a/spec/factories/services.rb
+++ b/spec/factories/services.rb
@@ -165,13 +165,6 @@ FactoryBot.define do
type { 'SlackService' }
end
- factory :github_service do
- project
- type { 'GithubService' }
- active { true }
- token { 'github-token' }
- end
-
factory :pipelines_email_service do
project
active { true }