Skip to content

Instantly share code, notes, and snippets.

@jhchabran
Created July 25, 2010 15:20
Show Gist options
  • Save jhchabran/489629 to your computer and use it in GitHub Desktop.
Save jhchabran/489629 to your computer and use it in GitHub Desktop.
Factory.define(:user) do |u|
u.firstname "John"
u.lastname "Connor"
u.sequence(:age) { |i| i ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment