Skip to content

Instantly share code, notes, and snippets.

@mickey
Created November 3, 2009 22:50
Show Gist options
  • Save mickey/225533 to your computer and use it in GitHub Desktop.
Save mickey/225533 to your computer and use it in GitHub Desktop.
Factory.define :user do |user|
user.fullname "Michael Bensoussan"
user.children {|child| [child.association(:child1), child.association(:child2)]}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment