tabletop-companion/test/models/site_role_test.rb

8 lines
155 B
Ruby
Raw Normal View History

2024-05-26 09:06:04 +00:00
require "test_helper"
class UserRoleTest < ActiveSupport::TestCase
test "name must exist" do
assert_must_exist(site_roles(:admin), :name)
end
end