Skip to content

Instantly share code, notes, and snippets.

@trevmex
Created February 11, 2010 17:18
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/301719 to your computer and use it in GitHub Desktop.
Save trevmex/301719 to your computer and use it in GitHub Desktop.
Factory.define :user , :class => User do |u|
u.sequence(:login) {|l| "user#{l}"}
u.sequence(:persistence_token) {|l| "#{Authlogic::Random.hex_token}"}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment