aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures/pdfresources.yml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-15 20:51:50 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-15 20:51:50 +0000
commit2343def93b9051c7071d02568ea79e6d4ddcad44 (patch)
treeea94147ed60fa3ddeb4d243ababaae93e81b47df /test/fixtures/pdfresources.yml
parent76c7325b6222d0a95c3e0775e72494f49f878f5c (diff)
More passing tests - some for pdfresources.HEADmaster
Diffstat (limited to '')
-rw-r--r--test/fixtures/pdfresources.yml39
1 files changed, 25 insertions, 14 deletions
diff --git a/test/fixtures/pdfresources.yml b/test/fixtures/pdfresources.yml
index becdd35..b3e6dd0 100644
--- a/test/fixtures/pdfresources.yml
+++ b/test/fixtures/pdfresources.yml
@@ -1,21 +1,32 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
- name: MyString
- stripe_product_id: MyString
+ name: Resource 1
+ stripe_product_id: aabc
price: 9.99
- age_range: MyString
- curriculum: MyString
+ age_range: 1-10
+ curriculum: English
feature_slot: 1
- description: MyText
- card_description: MyText
+ description: Long description
+ card_description: Short description
two:
- name: MyString
- stripe_product_id: MyString
- price: 9.99
- age_range: MyString
- curriculum: MyString
- feature_slot: 1
- description: MyText
- card_description: MyText
+ name: Resource 2
+ stripe_product_id: aabd
+ price: 19.99
+ age_range: 1-10
+ curriculum: English
+ feature_slot: 2
+ description: Long description
+ card_description: Short description
+
+three:
+ name: Resource 3
+ stripe_product_id: aabf
+ price: 19.99
+ age_range: 1-10
+ curriculum: English
+ feature_slot: 3
+ description: Long description
+ card_description: Short description
+