diff options
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/files/test_document.pdf | bin | 0 -> 9246 bytes | |||
| -rw-r--r-- | test/fixtures/files/test_image.png | bin | 0 -> 49854 bytes | |||
| -rw-r--r-- | test/fixtures/nodes.yml | 3 | ||||
| -rw-r--r-- | test/fixtures/users.yml | 4 |
4 files changed, 3 insertions, 4 deletions
diff --git a/test/fixtures/files/test_document.pdf b/test/fixtures/files/test_document.pdf new file mode 100644 index 0000000..f373820 --- /dev/null +++ b/test/fixtures/files/test_document.pdf | |||
| Binary files differ | |||
diff --git a/test/fixtures/files/test_image.png b/test/fixtures/files/test_image.png new file mode 100644 index 0000000..08eaf96 --- /dev/null +++ b/test/fixtures/files/test_image.png | |||
| Binary files differ | |||
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml index a0e185b..9ca325e 100644 --- a/test/fixtures/nodes.yml +++ b/test/fixtures/nodes.yml | |||
| @@ -41,6 +41,5 @@ fourth_child: | |||
| 41 | lft: 8 | 41 | lft: 8 |
| 42 | rgt: 9 | 42 | rgt: 9 |
| 43 | parent_id: 1 | 43 | parent_id: 1 |
| 44 | draft_id: 103 | ||
| 45 | slug: fourth_child | 44 | slug: fourth_child |
| 46 | unique_name: fourth_child \ No newline at end of file | 45 | unique_name: fourth_child |
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 | ||
