Browse Source

wip

pull/1126/head
Jack S 4 years ago
parent
commit
49c1c4a2c4
  1. 2
      spec/models/form/sales/pages/buyer1_previous_tenure_spec.rb

2
spec/models/form/sales/pages/buyer1_previous_tenure_spec.rb

@ -16,7 +16,7 @@ RSpec.describe Form::Sales::Pages::Buyer1PreviousTenure, type: :model do
end end
it "has the correct id" do it "has the correct id" do
expect(page.id).to eq("buyers_organisations") expect(page.id).to eq("buyer1_previous_tenure")
end end
it "has the correct header" do it "has the correct header" do

Loading…
Cancel
Save