diff options
author | David Gay <david@davidgay.org> | 2021-05-22 18:10:19 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-22 18:10:19 -0400 |
commit | 44facc2e567eb3c045ce082428f42276e45b0202 (patch) | |
tree | 0b302bfd60a6faae698a63e68e3e1a5bdb9e16c2 /test/models | |
parent | 38f3a39221869483e3468e9f4d8cab5450a70f89 (diff) |
Monsters and basic combat
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/monster_test.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/monster_test.rb b/test/models/monster_test.rb new file mode 100644 index 0000000..f57dbbd --- /dev/null +++ b/test/models/monster_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class MonsterTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |