gitlab-org--gitlab-foss/spec/factories/system_hooks.rb
2016-03-04 15:26:51 -05:00

5 lines
99 B
Ruby

FactoryGirl.define do
factory :system_hook do
url { FFaker::Internet.uri('http') }
end
end