Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created February 21, 2018 19:44
Show Gist options
  • Select an option

  • Save gregblake/1507e72df40a37352e570970b365b9de to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/1507e72df40a37352e570970b365b9de to your computer and use it in GitHub Desktop.
FactoryBot.define do
factory :lead_photo do
document_type, name: Faker::Lorem.sentence, code: Faker::Lorem.word # If Faker doesn't work, you can also try something like Time.now.to_s, so it's always a unique string.
lead
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment