From 52b044d6a4278c229992404ad5801769c2d13363 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 24 Aug 2025 20:29:54 +0200 Subject: First commit. Vive le Castel Peter ! --- test/fixtures/rafts.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/fixtures/rafts.yml (limited to 'test/fixtures/rafts.yml') diff --git a/test/fixtures/rafts.yml b/test/fixtures/rafts.yml new file mode 100644 index 0000000..1869e29 --- /dev/null +++ b/test/fixtures/rafts.yml @@ -0,0 +1,9 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + bed: one + location: 1 + +two: + bed: two + location: 1 -- cgit v1.2.3