mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-18 10:16:25 -07:00
dirty commit: can't get references to work correctly between any tables
This commit is contained in:
parent
e1f0b78236
commit
a4fddbeced
183 changed files with 5461 additions and 5 deletions
22
spec/factories/dashboard/respondents.rb
Normal file
22
spec/factories/dashboard/respondents.rb
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue