Browse Source

lint

pull/883/head
Ted-U 3 years ago
parent
commit
b1f3219af2
  1. 3
      spec/models/form/sales/subsections/setup_spec.rb

3
spec/models/form/sales/subsections/setup_spec.rb

@ -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

Loading…
Cancel
Save