tabletop-companion/test/models/character_sheet_section_tes...

10 lines
214 B
Ruby

# frozen_string_literal: true
require "test_helper"
class CharacterSheetSectionTest < ActiveSupport::TestCase
test "name must exist" do
assert_must_exist(character_sheet_sections(:stats), "name")
end
end