Browse Source

Merge branch 'main' into CLDC-1525-buyer2-working-situation

pull/930/head
natdeanlewissoftwire 4 years ago
parent
commit
0a3a027676
  1. 1
      app/models/form/sales/subsections/household_characteristics.rb
  2. 1
      spec/models/form/sales/subsections/household_characteristics_spec.rb

1
app/models/form/sales/subsections/household_characteristics.rb

@ -24,6 +24,7 @@ class Form::Sales::Subsections::HouseholdCharacteristics < ::Form::Subsection
Form::Sales::Pages::GenderIdentity2.new(nil, nil, self), Form::Sales::Pages::GenderIdentity2.new(nil, nil, self),
Form::Sales::Pages::Buyer2WorkingSituation.new(nil, nil, self), Form::Sales::Pages::Buyer2WorkingSituation.new(nil, nil, self),
Form::Sales::Pages::Buyer2LiveInProperty.new(nil, nil, self), Form::Sales::Pages::Buyer2LiveInProperty.new(nil, nil, self),
Form::Sales::Pages::Buyer2WorkingSituation.new(nil, nil, self),
] ]
end end
end end

1
spec/models/form/sales/subsections/household_characteristics_spec.rb

@ -29,6 +29,7 @@ RSpec.describe Form::Sales::Subsections::HouseholdCharacteristics, type: :model
buyer_2_gender_identity buyer_2_gender_identity
buyer_2_working_situation buyer_2_working_situation
buyer_2_live_in_property buyer_2_live_in_property
buyer_2_working_situation
], ],
) )
end end

Loading…
Cancel
Save