summaryrefslogtreecommitdiff
path: root/spec/factories/project_hooks.rb
blob: 94dd935a0393cd7dbde3ef9c70ccc768530b6806 (plain)
1
2
3
4
5
FactoryGirl.define do
  factory :project_hook do
    url { FFaker::Internet.uri('http') }
  end
end