From e37402ff309311a14d7dd666d0d8b29517504017 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 6 Jun 2021 19:06:46 -0400 Subject: Leviathans --- test/fixtures/monster_spawns.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/fixtures/monster_spawns.yml (limited to 'test/fixtures/monster_spawns.yml') diff --git a/test/fixtures/monster_spawns.yml b/test/fixtures/monster_spawns.yml new file mode 100644 index 0000000..4106695 --- /dev/null +++ b/test/fixtures/monster_spawns.yml @@ -0,0 +1,9 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + monster: one + location: one + +two: + monster: two + location: two -- cgit v1.2.3