diff options
Diffstat (limited to 'test/fixtures/users.yml')
| -rw-r--r-- | test/fixtures/users.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index a62b350..7276bcb 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml | |||
| @@ -4,7 +4,7 @@ quentin: | |||
| 4 | email: quentin@example.com | 4 | email: quentin@example.com |
| 5 | salt: cf993996a70d31f924aff17a5f997722cb6ec2dd | 5 | salt: cf993996a70d31f924aff17a5f997722cb6ec2dd |
| 6 | crypted_password: 11c672158b0eb6e8c91c438b3eb844902308b138 # 'monkey' | 6 | crypted_password: 11c672158b0eb6e8c91c438b3eb844902308b138 # 'monkey' |
| 7 | created_at: <%= 5.days.ago.to_s :db %> | 7 | created_at: 2024-01-01 00:00:00 |
| 8 | 8 | ||
| 9 | aaron: | 9 | aaron: |
| 10 | id: 2 | 10 | id: 2 |
| @@ -12,6 +12,6 @@ aaron: | |||
| 12 | email: aaron@example.com | 12 | email: aaron@example.com |
| 13 | salt: 5be6f9cdd04fd7ab3c91cd32a5334ba2339b8005 | 13 | salt: 5be6f9cdd04fd7ab3c91cd32a5334ba2339b8005 |
| 14 | crypted_password: 740a48caf7dd5ff11318d812d57c0a0928cfbc12 # 'monkey' | 14 | crypted_password: 740a48caf7dd5ff11318d812d57c0a0928cfbc12 # 'monkey' |
| 15 | created_at: <%= 1.days.ago.to_s :db %> | 15 | created_at: 2024-01-02 00:00:00 |
| 16 | admin: true | 16 | admin: true |
| 17 | 17 | ||
