Browse Source

remove commented code

pull/268/head
Kat 3 years ago
parent
commit
4b4e0647c4
  1. 2
      spec/models/form_spec.rb

2
spec/models/form_spec.rb

@ -112,9 +112,7 @@ RSpec.describe Form, type: :model do
end end
it "returns the next incomplete section by cycling back around if next subsections are completed" do it "returns the next incomplete section by cycling back around if next subsections are completed" do
# answer_local_authority(case_log)
answer_local_gdpr_acceptance(case_log) answer_local_gdpr_acceptance(case_log)
expect(form.next_incomplete_section_redirect_path(later_subsection, case_log)).to eq("armed-forces") expect(form.next_incomplete_section_redirect_path(later_subsection, case_log)).to eq("armed-forces")
end end

Loading…
Cancel
Save