Browse Source

Add additional page to setup test

pull/2510/head
Manny Dinssa 2 years ago committed by Manny Dinssa
parent
commit
079f3d279e
  1. 2
      spec/models/form/lettings/subsections/setup_spec.rb

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

@ -30,6 +30,7 @@ RSpec.describe Form::Lettings::Subsections::Setup, type: :model do
needs_type needs_type
scheme scheme
location location
location_search
renewal renewal
tenancy_start_date tenancy_start_date
rent_type rent_type
@ -54,6 +55,7 @@ RSpec.describe Form::Lettings::Subsections::Setup, type: :model do
needs_type needs_type
scheme scheme
location location
location_search
renewal renewal
tenancy_start_date tenancy_start_date
rent_type rent_type

Loading…
Cancel
Save