|
|
|
|
@ -16,6 +16,7 @@ RSpec.describe Form::Sales::Subsections::HouseholdCharacteristics, type: :model
|
|
|
|
|
%w[ |
|
|
|
|
buyer_1_age |
|
|
|
|
buyer_1_gender_identity |
|
|
|
|
buyer_1_nationality |
|
|
|
|
buyer_1_live_in_property |
|
|
|
|
buyer_2_relationship_to_buyer_1 |
|
|
|
|
buyer_1_ethnic_group |
|
|
|
|
@ -24,7 +25,6 @@ RSpec.describe Form::Sales::Subsections::HouseholdCharacteristics, type: :model
|
|
|
|
|
buyer_1_ethnic_background_arab |
|
|
|
|
buyer_1_ethnic_background_mixed |
|
|
|
|
buyer_1_ethnic_background_white |
|
|
|
|
buyer_1_nationality |
|
|
|
|
buyer_2_age |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|