From 30c6090eb05f514b1d7f3c6f40b850d01be86703 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 31 Jan 2024 16:49:21 +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?")