Skip to content

Instantly share code, notes, and snippets.

@trevmex
Created February 11, 2010 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevmex/301531 to your computer and use it in GitHub Desktop.
Save trevmex/301531 to your computer and use it in GitHub Desktop.
Factory.define :user , :class => User do |u|
u.add_attribute 'id', 1 # u.id calls the id method of the class instead of assigning an attribute 'id'
u.login "trevor"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment