From cbd31c5a8b7e088227e71d87395b7bce019261f2 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 27 Sep 2023 11:40:35 +0100 Subject: [PATCH] refactor: lint --- spec/models/location_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/location_spec.rb b/spec/models/location_spec.rb index 2605e6977..4425e1a6c 100644 --- a/spec/models/location_spec.rb +++ b/spec/models/location_spec.rb @@ -958,7 +958,6 @@ RSpec.describe Location, type: :model do expect(described_class.filter_by_status(%w[incomplete]).count).to eq(2) expect(described_class.filter_by_status(%w[incomplete])).to include(incomplete_location) expect(described_class.filter_by_status(%w[incomplete])).to include(incomplete_location_with_nil_confirmed) - end end