mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
9 lines
195 B
Ruby
9 lines
195 B
Ruby
FactoryBot.define do
|
|
factory :response_rate do
|
|
subcategory { nil }
|
|
school { nil }
|
|
academic_year { nil }
|
|
school_response_rate { 1.5 }
|
|
teacher_response_rate { 1.5 }
|
|
end
|
|
end
|