From c4a1c5f49a327a041390c4a37bf154cdb84e3b58 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Tue, 3 Mar 2026 09:52:43 +0000 Subject: [PATCH] CLDC-4114: Lint after merge since rubocop updated --- .../data_protection_confirmation_banner_component_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/components/data_protection_confirmation_banner_component_spec.rb b/spec/components/data_protection_confirmation_banner_component_spec.rb index 166c843a6..0beeca626 100644 --- a/spec/components/data_protection_confirmation_banner_component_spec.rb +++ b/spec/components/data_protection_confirmation_banner_component_spec.rb @@ -39,7 +39,7 @@ RSpec.describe DataProtectionConfirmationBannerComponent, type: :component do context "when org does have a signed data sharing agreement" do it "does not display banner" do - expect(component.display_banner?).to eq(false) + expect(component.display_banner?).to be(false) expect(render.content).to be_empty end end