From 819a3edae405227f11283ad494a7f4ca9c771467 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 21 Aug 2021 19:30:19 -0400 Subject: init --- test/fixtures/machines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/fixtures/machines.yml (limited to 'test/fixtures/machines.yml') diff --git a/test/fixtures/machines.yml b/test/fixtures/machines.yml new file mode 100644 index 0000000..71f327c --- /dev/null +++ b/test/fixtures/machines.yml @@ -0,0 +1,9 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + name: MyString + edition: MyString + +two: + name: MyString + edition: MyString -- cgit 1.4.1