Created
February 21, 2018 19:44
-
-
Save gregblake/1507e72df40a37352e570970b365b9de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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