From cdf2d55c24ce94d1bb73da40524f4fce89585207 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 25 Jan 2024 10:04:21 +0000 Subject: [PATCH] feat: update tests --- spec/models/form/lettings/questions/rsnvac_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/models/form/lettings/questions/rsnvac_spec.rb b/spec/models/form/lettings/questions/rsnvac_spec.rb index 923fa59a7..d4de17016 100644 --- a/spec/models/form/lettings/questions/rsnvac_spec.rb +++ b/spec/models/form/lettings/questions/rsnvac_spec.rb @@ -44,7 +44,7 @@ RSpec.describe Form::Lettings::Questions::Rsnvac, type: :model do expect(question.answer_options).to eq({ "13" => { "value" => "Internal transfer", - "hint" => "Excluding renewals of a fixed-term tenancy", + "hint" => "Where a tenant moved from one social housing property to another property. Their landlord may be the same or may have changed.", }, "5" => { "value" => "Previous tenant died with no succession", @@ -54,6 +54,7 @@ RSpec.describe Form::Lettings::Questions::Rsnvac, type: :model do }, "14" => { "value" => "Renewal of fixed-term tenancy", + "hint" => "To the same tenant in the same property, except if was previously used as temporary accommodation.", }, "19" => { "value" => "Tenant involved in a succession downsize",