aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures/users.yml
blob: 5e667b874a1005544515d89ed7d864f2d9b7e2b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% password_digest = BCrypt::Password.create("password") %>

one:
  first_name: Name 1
  last_name: Cippo 1
  email_address: one@example.com
  password_digest: <%= password_digest %>

two:
  first_name: Name 2
  last_name: Cippo 2
  email_address: two@example.com
  password_digest: <%= password_digest %>