|
|
|
@ -13,7 +13,8 @@ RSpec.describe Form::Sales::Subsections::Setup, type: :model do
|
|
|
|
|
|
|
|
|
|
it "has correct pages" do |
|
|
|
|
expect(setup.pages.map(&:id)).to eq( |
|
|
|
|
%w[organisation created_by completion_date purchaser_code ownership_scheme shared_ownership_type joint_purchase]) |
|
|
|
|
%w[organisation created_by completion_date purchaser_code ownership_scheme shared_ownership_type joint_purchase], |
|
|
|
|
) |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
it "has the correct id" do |
|
|
|
|