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

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

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