Skip to content

Instantly share code, notes, and snippets.

@asalant
Created October 11, 2012 04:56
Show Gist options
  • Select an option

  • Save asalant/3870262 to your computer and use it in GitHub Desktop.

Select an option

Save asalant/3870262 to your computer and use it in GitHub Desktop.
Ubiquitous JS example: shared factory
Factory.define 'user', User,
name: -> Faker.Name.findName()
email: Faker.uniq 'userEmail', Faker.Internet.email.bind(Faker.Internet)
passwordHash: '$2a$10$iZ8vqtQXQ6...'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment