From 7b507a9f45e234b56c527b77a09a111e82366662 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 10 Apr 2024 13:04:05 +0100 Subject: [PATCH] Update working situation answer options --- app/models/form/lettings/questions/person_working_situation.rb | 2 +- app/models/form/lettings/questions/working_situation1.rb | 2 +- .../form/lettings/questions/person_working_situation_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/form/lettings/questions/person_working_situation.rb b/app/models/form/lettings/questions/person_working_situation.rb index 974bb01b8..3d223a943 100644 --- a/app/models/form/lettings/questions/person_working_situation.rb +++ b/app/models/form/lettings/questions/person_working_situation.rb @@ -16,7 +16,7 @@ class Form::Lettings::Questions::PersonWorkingSituation < ::Form::Question { "1" => { "value" => "Full-time – 30 hours or more" }, "2" => { "value" => "Part-time – Less than 30 hours" }, "7" => { "value" => "Full-time student" }, - "3" => { "value" => "In government training into work, such as New Deal" }, + "3" => { "value" => "In government training into work" }, "4" => { "value" => "Jobseeker" }, "6" => { "value" => "Not seeking work" }, "8" => { "value" => "Unable to work because of long term sick or disability" }, diff --git a/app/models/form/lettings/questions/working_situation1.rb b/app/models/form/lettings/questions/working_situation1.rb index dd0a7438a..b2facdf01 100644 --- a/app/models/form/lettings/questions/working_situation1.rb +++ b/app/models/form/lettings/questions/working_situation1.rb @@ -15,7 +15,7 @@ class Form::Lettings::Questions::WorkingSituation1 < ::Form::Question "1" => { "value" => "Full-time – 30 hours or more" }, "2" => { "value" => "Part-time – Less than 30 hours" }, "7" => { "value" => "Full-time student" }, - "3" => { "value" => "In government training into work, such as New Deal" }, + "3" => { "value" => "In government training into work" }, "4" => { "value" => "Jobseeker" }, "6" => { "value" => "Not seeking work" }, "8" => { "value" => "Unable to work because of long term sick or disability" }, diff --git a/spec/models/form/lettings/questions/person_working_situation_spec.rb b/spec/models/form/lettings/questions/person_working_situation_spec.rb index 3e564823e..03cd60019 100644 --- a/spec/models/form/lettings/questions/person_working_situation_spec.rb +++ b/spec/models/form/lettings/questions/person_working_situation_spec.rb @@ -24,7 +24,7 @@ RSpec.describe Form::Lettings::Questions::PersonWorkingSituation, type: :model d "1" => { "value" => "Full-time – 30 hours or more" }, "10" => { "value" => "Person prefers not to say" }, "2" => { "value" => "Part-time – Less than 30 hours" }, - "3" => { "value" => "In government training into work, such as New Deal" }, + "3" => { "value" => "In government training into work" }, "4" => { "value" => "Jobseeker" }, "5" => { "value" => "Retired" }, "6" => { "value" => "Not seeking work" },