diff options
Diffstat (limited to 'test/fixtures/journal_details.yml')
-rw-r--r-- | test/fixtures/journal_details.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/journal_details.yml b/test/fixtures/journal_details.yml new file mode 100644 index 000000000..058abd112 --- /dev/null +++ b/test/fixtures/journal_details.yml @@ -0,0 +1,15 @@ +---
+journal_details_001:
+ old_value: "1"
+ property: attr
+ id: 1
+ value: "2"
+ prop_key: status_id
+ journal_id: 1
+journal_details_002:
+ old_value: "40"
+ property: attr
+ id: 2
+ value: "30"
+ prop_key: done_ratio
+ journal_id: 1
|