mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 23:08:14 -07: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
|