|
|
|
@ -15,8 +15,7 @@ RSpec.describe Form::Sales::Subsections::OutrightSale, type: :model do |
|
|
|
expect(outright_sale.pages.map(&:id)).to eq( |
|
|
|
expect(outright_sale.pages.map(&:id)).to eq( |
|
|
|
%w[purchase_price |
|
|
|
%w[purchase_price |
|
|
|
mortgage_amount_outright_sale |
|
|
|
mortgage_amount_outright_sale |
|
|
|
about_deposit_outright_sale |
|
|
|
about_deposit_outright_sale], |
|
|
|
], |
|
|
|
|
|
|
|
) |
|
|
|
) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|