Browse Source

test: update

pull/1538/head
natdeanlewissoftwire 2 years ago
parent
commit
9c0230fa12
  1. 8
      spec/models/form/lettings/subsections/setup_spec.rb

8
spec/models/form/lettings/subsections/setup_spec.rb

@ -50,14 +50,22 @@ RSpec.describe Form::Lettings::Subsections::Setup, type: :model do
expect(setup.pages.map(&:id)).to eq( expect(setup.pages.map(&:id)).to eq(
%w[ %w[
stock_owner stock_owner
min_rent_value_check
max_rent_value_check
managing_organisation managing_organisation
created_by created_by
needs_type needs_type
scheme scheme
location location
min_rent_value_check
max_rent_value_check
renewal renewal
tenancy_start_date tenancy_start_date
min_rent_value_check
max_rent_value_check
rent_type rent_type
min_rent_value_check
max_rent_value_check
tenant_code tenant_code
property_reference property_reference
], ],

Loading…
Cancel
Save