tabletop-companion/test/models/game_system_test.rb

8 lines
160 B
Ruby
Raw Normal View History

2024-05-26 08:51:31 +00:00
require "test_helper"
class GameSystemTest < ActiveSupport::TestCase
test "name must exist" do
assert_must_exist(game_systems(:troika), :name)
end
end