gitlab-org--gitlab-foss/spec/ci/factories/web_hook.rb

7 lines
118 B
Ruby
Raw Normal View History

2015-08-26 01:42:46 +00:00
FactoryGirl.define do
factory :web_hook do
sequence(:url) { Faker::Internet.uri('http') }
project
end
end