Skip to content

Instantly share code, notes, and snippets.

@eileencodes
Created December 2, 2011 15:21
Show Gist options
  • Save eileencodes/1423613 to your computer and use it in GitHub Desktop.
Save eileencodes/1423613 to your computer and use it in GitHub Desktop.
one:
first_name: Test
last_name: Test
email_address: test@gmail.com
username: admin
password_digest: <%= BCrypt::Password.create('test') %>
two:
first_name: Test2
last_name: Test2
email_address: test2@gmail.com
username: test2
password_digest: <%= BCrypt::Password.create('test') %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment