mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
6 lines
99 B
Ruby
6 lines
99 B
Ruby
FactoryGirl.define do
|
|
factory :system_hook do
|
|
url { FFaker::Internet.uri('http') }
|
|
end
|
|
end
|