Commit 927037f5 authored by Rémy Coutable's avatar Rémy Coutable

Extract EE-specific code from spec/factories/services.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 58171a67
# frozen_string_literal: true
FactoryBot.define do
factory :gitlab_slack_application_service do
project
active true
type 'GitlabSlackApplicationService'
end
end
......@@ -62,10 +62,4 @@ FactoryBot.define do
project_key: 'jira-key'
)
end
factory :gitlab_slack_application_service do
project
active true
type 'GitlabSlackApplicationService'
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment