Add some tests for the submission instructions

This commit is contained in:
Michael Ball 2021-03-08 02:13:57 -08:00
parent 1a24533b00
commit 2d1246448c
2 changed files with 7 additions and 1 deletions

View file

@ -23,6 +23,8 @@ FactoryBot.define do
length { 30 }
minimum_abstract_length { 0 }
maximum_abstract_length { 500 }
description { 'Example Event Description'}
submission_instructions { 'Example Event Instructions'}
color { '#ffffff' }
program
end