summaryrefslogtreecommitdiff
path: root/test/fixtures/wines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/wines.yml')
-rw-r--r--test/fixtures/wines.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/fixtures/wines.yml b/test/fixtures/wines.yml
new file mode 100644
index 0000000..93bad81
--- /dev/null
+++ b/test/fixtures/wines.yml
@@ -0,0 +1,19 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ name: MyString
+ year: 1
+ variety: MyString
+ region: MyString
+ price: 9.99
+ stock: 1
+ notes: MyText
+
+two:
+ name: MyString
+ year: 1
+ variety: MyString
+ region: MyString
+ price: 9.99
+ stock: 1
+ notes: MyText
Copyright 2019--2024 Marius PETER