diff options
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/monster_spawn_combat_test.rb | 7 | ||||
-rw-r--r-- | test/models/monster_spawn_test.rb | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/test/models/monster_spawn_combat_test.rb b/test/models/monster_spawn_combat_test.rb new file mode 100644 index 0000000..7717a34 --- /dev/null +++ b/test/models/monster_spawn_combat_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class MonsterSpawnCombatTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end diff --git a/test/models/monster_spawn_test.rb b/test/models/monster_spawn_test.rb new file mode 100644 index 0000000..07d8c85 --- /dev/null +++ b/test/models/monster_spawn_test.rb @@ -0,0 +1,7 @@ +require "test_helper" + +class MonsterSpawnTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end |