Submit social housing lettings and sales data (CORE)
 
 
 
 

6 lines
141 B

FactoryBot.define do
factory :question, class: "Form::Question" do
initialize_with { new(id, nil, nil) }
type { "text" }
end
end