From f98116af93361c3cec9211440c4cd2866b9c148f Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Tue, 4 Apr 2023 09:12:10 +0100 Subject: [PATCH] refactor: linting --- spec/helpers/tasklist_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/tasklist_helper_spec.rb b/spec/helpers/tasklist_helper_spec.rb index e67c34650..3d4874632 100644 --- a/spec/helpers/tasklist_helper_spec.rb +++ b/spec/helpers/tasklist_helper_spec.rb @@ -110,8 +110,8 @@ RSpec.describe TasklistHelper do expect(get_subsections_count(completed_sales_log, :fake)).to eq(0) end end - end + describe "#review_log_text" do context "with sales log" do context "when collection_period_open? == true" do