1 2 3 4 5 6
FactoryGirl.define do factory :service_hook do url { FFaker::Internet.uri('http') } service end end