From 2c8c227493509175fcdbcba3e6a85f8b954a169e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 15 Jan 2022 12:10:26 -0500 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