Add some tests for the submission instructions
This commit is contained in:
parent
1a24533b00
commit
2d1246448c
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue