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>2021-06-03 12:10:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-03 12:10:18 +0300
commite5f183140340a76754af3beabff0fcd74212a102 (patch)
treeda0dcb2b596037e9ddda171d6ec63393462bae0f /spec/factories/integrations.rb
parent685084aaf40a35358bd7c5135b08dc7e0d3439a7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/integrations.rb')
-rw-r--r--spec/factories/integrations.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/factories/integrations.rb b/spec/factories/integrations.rb
index e8ecc247dc5..71492a6faf6 100644
--- a/spec/factories/integrations.rb
+++ b/spec/factories/integrations.rb
@@ -167,6 +167,12 @@ FactoryBot.define do
type { 'SlackService' }
end
+ factory :slack_slash_commands_service, class: 'Integrations::SlackSlashCommands' do
+ project
+ active { true }
+ type { 'SlackSlashCommandsService' }
+ end
+
factory :pipelines_email_service, class: 'Integrations::PipelinesEmail' do
project
active { true }