You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
381 B
23 lines
381 B
FactoryBot.define do
|
|
factory :respondent do
|
|
dashboard_school { nil }
|
|
dashboard_academic_year { nil }
|
|
total_students { 1 }
|
|
total_teachers { 1.5 }
|
|
pk { 1 }
|
|
k { 1 }
|
|
one { 1 }
|
|
two { 1 }
|
|
three { 1 }
|
|
four { 1 }
|
|
five { 1 }
|
|
six { 1 }
|
|
seven { 1 }
|
|
eight { 1 }
|
|
nine { 1 }
|
|
ten { 1 }
|
|
eleven { 1 }
|
|
twelve { 1 }
|
|
end
|
|
end
|