From d717f7db2279a35b1259030b9b31e966a341fe99 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 2 May 2021 17:42:23 -0400 Subject: Add items --- test/fixtures/items.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/fixtures/items.yml (limited to 'test/fixtures') diff --git a/test/fixtures/items.yml b/test/fixtures/items.yml new file mode 100644 index 0000000..2540b9e --- /dev/null +++ b/test/fixtures/items.yml @@ -0,0 +1,17 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + gid: MyString + name: MyString + description: MyText + equip_slot: 1 + usable: false + whatnot: + +two: + gid: MyString + name: MyString + description: MyText + equip_slot: 1 + usable: false + whatnot: -- cgit v1.2.3