Browse Source

feat: update tests

pull/1538/head
natdeanlewissoftwire 2 years ago
parent
commit
03ec4ad7a9
  1. 4
      spec/models/form/lettings/subsections/property_information_spec.rb

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

@ -54,6 +54,8 @@ RSpec.describe Form::Lettings::Subsections::PropertyInformation, type: :model do
uprn_confirmation
address
property_local_authority
min_rent_value_check
max_rent_value_check
first_time_property_let_as_social_housing
property_let_type
property_vacancy_reason_not_first_let
@ -64,6 +66,8 @@ RSpec.describe Form::Lettings::Subsections::PropertyInformation, type: :model do
property_building_type
property_wheelchair_accessible
property_number_of_bedrooms
min_rent_value_check
max_rent_value_check
void_date
void_date_value_check
property_major_repairs

Loading…
Cancel
Save