Commit b8c4b60c authored by Vitali Tatarintev's avatar Vitali Tatarintev

Describe a factory for a AlertsService

parent 4b0ded50
......@@ -6,4 +6,14 @@ FactoryBot.define do
active true
type 'GitlabSlackApplicationService'
end
factory :alerts_service do
project
type 'AlertsService'
active true
trait :inactive do
active false
end
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