From 4b4e0647c4b7a93f8e799f32b9e0b426239923a8 Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 4 Feb 2022 12:35:41 +0000 Subject: [PATCH] remove commented code --- spec/models/form_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/models/form_spec.rb b/spec/models/form_spec.rb index 870959aea..4ab1b6ada 100644 --- a/spec/models/form_spec.rb +++ b/spec/models/form_spec.rb @@ -112,9 +112,7 @@ RSpec.describe Form, type: :model do end 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) - expect(form.next_incomplete_section_redirect_path(later_subsection, case_log)).to eq("armed-forces") end