1 2 3 4 5
FactoryGirl.define do factory :kml_export do referential { Referential.find_by_slug("first") } end end