diff options
Diffstat (limited to 'test/fixtures/monster_spawn_combats.yml')
-rw-r--r-- | test/fixtures/monster_spawn_combats.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/monster_spawn_combats.yml b/test/fixtures/monster_spawn_combats.yml new file mode 100644 index 0000000..66d1fff --- /dev/null +++ b/test/fixtures/monster_spawn_combats.yml @@ -0,0 +1,11 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + monster_spawn: one + character: one + hp_lost: 1 + +two: + monster_spawn: two + character: two + hp_lost: 1 |