Browse Source

Remove puts

CLDC-4146-infer-no-other-partners
oscar-richardson-softwire 3 days ago
parent
commit
eb8836d4f0
  1. 1
      spec/models/form_spec.rb

1
spec/models/form_spec.rb

@ -33,7 +33,6 @@ RSpec.describe Form, type: :model do
end end
it "returns the page after next, given the previous" do it "returns the page after next, given the previous" do
puts next_page.skip_page_in_form_flow?(lettings_log)
expect(form.next_page_id(previous_page_id, lettings_log, user)).to eq("person_1_working_situation") expect(form.next_page_id(previous_page_id, lettings_log, user)).to eq("person_1_working_situation")
end end
end end

Loading…
Cancel
Save