From 421a70894dfa8152865656366adf90c8f47ab0c7 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Wed, 11 Mar 2026 09:50:44 +0000 Subject: [PATCH] fixup! CLDC-4239: Update tests make 8 household memmbers clear --- spec/models/validations/soft_validations_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/models/validations/soft_validations_spec.rb b/spec/models/validations/soft_validations_spec.rb index aaaa600b7..4b0ac6711 100644 --- a/spec/models/validations/soft_validations_spec.rb +++ b/spec/models/validations/soft_validations_spec.rb @@ -180,7 +180,7 @@ RSpec.describe Validations::SoftValidations do end end - context "when all tenants are male and household members are over 8" do + context "when all tenants are male and more than 8 household members" do it "does not show the interruption screen" do (1..8).each do |n| record.send("sex#{n}=", "M") @@ -336,7 +336,7 @@ RSpec.describe Validations::SoftValidations do end end - context "when all tenants are male and household members are over 8" do + context "when all tenants are male and more than 8 household members" do before do (1..8).each do |n| record.send("sexrab#{n}=", "M")