Browse Source

feat: update question test

pull/1951/head
natdeanlewissoftwire 3 years ago
parent
commit
4c0534e2ed
  1. 2
      spec/models/form/lettings/questions/person_working_situation_spec.rb

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

@ -22,7 +22,7 @@ RSpec.describe Form::Lettings::Questions::PersonWorkingSituation, type: :model d
it "has the correct answer_options" do
expect(question.answer_options).to eq("0" => { "value" => "Other" },
"1" => { "value" => "Full-time – 30 hours or more" },
"10" => { "value" => "Tenant prefers not to say" },
"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" },
"4" => { "value" => "Jobseeker" },

Loading…
Cancel
Save