Browse Source

Remove puts

pull/3152/head
oscar-richardson-softwire 1 month ago
parent
commit
e88d8c69ed
  1. 1
      spec/models/form_spec.rb

1
spec/models/form_spec.rb

@ -33,7 +33,6 @@ RSpec.describe Form, type: :model do
end
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")
end
end

Loading…
Cancel
Save