BigW Consortium Gitlab

project_hooks.rb 100 Bytes
FactoryGirl.define do
  factory :project_hook do
    url { FFaker::Internet.uri('http') }
  end
end