Skip to content

Instantly share code, notes, and snippets.

@awongh
Created July 18, 2013 01:48
Show Gist options
  • Save awongh/6026108 to your computer and use it in GitHub Desktop.
Save awongh/6026108 to your computer and use it in GitHub Desktop.
FactoryGirl.define do
factory :candy do
candy_jar #name the association
user_id 1
description { Faker::Lorem.paragraph 4 }
rating 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment