From fea9476a591559bd8fdcf17b64e5114c592a5b08 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 11 Nov 2024 16:55:14 +0100 Subject: C'est l'heure d'assurer le suivi de quelques flacons! --- test/fixtures/wines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/fixtures/wines.yml (limited to 'test/fixtures/wines.yml') 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 -- cgit v1.2.3