debian-mirror-gitlab/spec/factories/service_hooks.rb
2021-06-08 01:23:25 +05:30

9 lines
132 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :service_hook do
url { generate(:url) }
integration
end
end