summaryrefslogtreecommitdiff
path: root/test/fixtures/users.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-27 22:52:50 +0200
commit9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch)
tree8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /test/fixtures/users.yml
parent85a01e35274b8d4d4165a7b26bd7986e211246bb (diff)
parent1853082fcd8c067390c246f9daa01a9b47387497 (diff)
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r--test/fixtures/users.yml4
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
9aaron: 9aaron:
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