debian-mirror-gitlab/spec/factories/system_hooks.rb
2019-10-12 21:52:04 +05:30

8 lines
115 B
Ruby

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