From 2c2f7b361a06e70d2364abd793cc058b14e487de Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Mon, 5 Feb 2024 09:04:02 +0000 Subject: [PATCH] refactor: lint --- spec/models/form/sales/questions/buyer_live_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/form/sales/questions/buyer_live_spec.rb b/spec/models/form/sales/questions/buyer_live_spec.rb index 077566590..cea2736e5 100644 --- a/spec/models/form/sales/questions/buyer_live_spec.rb +++ b/spec/models/form/sales/questions/buyer_live_spec.rb @@ -42,7 +42,6 @@ RSpec.describe Form::Sales::Questions::BuyerLive, type: :model do }) end - context "with 2023/24 form" do it "has the correct header" do expect(question.header).to eq("Will the buyers live in the property?")