Browse Source

Update missed test

CLDC-3844-add-rent-type-response
Kat 2 weeks ago
parent
commit
1e1e9e8ea4
  1. 1
      spec/models/form/lettings/pages/rent_type_spec.rb

1
spec/models/form/lettings/pages/rent_type_spec.rb

@ -11,6 +11,7 @@ RSpec.describe Form::Lettings::Pages::RentType, type: :model do
before do
allow(subsection).to receive(:form).and_return(form)
allow(form).to receive(:start_year_2024_or_later?).and_return(true)
allow(form).to receive(:start_year_2025_or_later?).and_return(false)
end
it "has correct subsection" do

Loading…
Cancel
Save