Browse Source

Correct test descriptions

CLDC-4144-reorder-age-and-partner-questions
oscar-richardson-softwire 1 day ago
parent
commit
90734d9cd6
  1. 4
      spec/models/form/lettings/subsections/household_characteristics_spec.rb

4
spec/models/form/lettings/subsections/household_characteristics_spec.rb

@ -152,7 +152,7 @@ RSpec.describe Form::Lettings::Subsections::HouseholdCharacteristics, type: :mod
end
end
context "with start year >= 2024" do
context "with start year 2024" do
before do
allow(form).to receive(:start_year_2024_or_later?).and_return(true)
allow(form).to receive(:start_year_2026_or_later?).and_return(false)
@ -307,7 +307,7 @@ RSpec.describe Form::Lettings::Subsections::HouseholdCharacteristics, type: :mod
end
end
context "with start year >= 2025" do
context "with start year 2025" do
before do
allow(form).to receive(:start_year_2024_or_later?).and_return(true)
allow(form).to receive(:start_year_2025_or_later?).and_return(true)

Loading…
Cancel
Save