mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
8 lines
190 B
Ruby
8 lines
190 B
Ruby
FactoryBot.define do
|
|
factory :admin_data_value do
|
|
likert_score { 1.5 }
|
|
dashboard_school { nil }
|
|
dashboard_admin_data_item { nil }
|
|
dashboard_academic_year { nil }
|
|
end
|
|
end
|