Test select help text

Incidentally fulfills the same need as #2662
This commit is contained in:
Andrew Kvalheim 2023-03-10 13:05:55 -08:00
parent 4de554e0d4
commit e5ab9b4db1
2 changed files with 7 additions and 4 deletions

View file

@ -6,6 +6,7 @@ FactoryBot.define do
factory :event_type do
title { 'Example Event Type' }
length { 30 }
description { 'This event type is an example.' }
minimum_abstract_length { 0 }
maximum_abstract_length { 500 }
color { '#ffffff' }