diff --git a/spec/models/form/lettings/questions/rent_type_spec.rb b/spec/models/form/lettings/questions/rent_type_spec.rb index 4609b0568..f78233a44 100644 --- a/spec/models/form/lettings/questions/rent_type_spec.rb +++ b/spec/models/form/lettings/questions/rent_type_spec.rb @@ -49,4 +49,8 @@ RSpec.describe Form::Lettings::Questions::RentType, type: :model do it "is not marked as derived" do expect(question.derived?).to be false end + + it "has the guidance partial" do + expect(question.guidance_partial).to eq("rent_type_definitions") + end end