|
|
|
@ -14,9 +14,8 @@ RSpec.describe Form::Sales::Subsections::OutrightSale, type: :model do |
|
|
|
it "has correct pages" do |
|
|
|
it "has correct pages" 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 |
|
|
|
|
|
|
|
|
|
|
|
|