Browse Source

feat: update renewal answer options accordingly

pull/2276/head
natdeanlewissoftwire 2 years ago
parent
commit
ad42e64c74
  1. 2
      spec/models/form/lettings/questions/reason_renewal_spec.rb

2
spec/models/form/lettings/questions/reason_renewal_spec.rb

@ -74,7 +74,7 @@ RSpec.describe Form::Lettings::Questions::ReasonRenewal, type: :model do
"50" => { "value" => "End of social housing tenancy - no fault" }, "50" => { "value" => "End of social housing tenancy - no fault" },
"51" => { "value" => "End of social housing tenancy - evicted due to anti-social behaviour (ASB)" }, "51" => { "value" => "End of social housing tenancy - evicted due to anti-social behaviour (ASB)" },
"52" => { "value" => "End of social housing tenancy - evicted due to rent arrears" }, "52" => { "value" => "End of social housing tenancy - evicted due to rent arrears" },
"53" => { "value" => "End of fixed term tenancy - evicted for any other reason" }, "53" => { "value" => "End of social housing tenancy - evicted for any other reason" },
"20" => { "value" => "Other" }, "20" => { "value" => "Other" },
"47" => { "value" => "Tenant prefers not to say" }, "47" => { "value" => "Tenant prefers not to say" },
"divider" => { "value" => true }, "divider" => { "value" => true },

Loading…
Cancel
Save