1 2 3 4 5 6
FactoryGirl.define do factory :web_hook do sequence(:url) { Faker::Internet.uri('http') } project end end