Skip to content

Instantly share code, notes, and snippets.

@brandoncordell
Forked from PeteMichaud/gist:2778492
Created May 23, 2012 23:40
Show Gist options
  • Save brandoncordell/2778496 to your computer and use it in GitHub Desktop.
Save brandoncordell/2778496 to your computer and use it in GitHub Desktop.
@user = User.new({
email: "user#{n}@7ey.es",
first_name: Forgery(:name).first_name,
last_name: Forgery(:name).last_name,
password: 'letmein',
remember_me: true,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment