Browse Source

CLDC-4114: Lint after merge

since rubocop updated
CLDC-4114-update-no-dsa-signing-warning
samyou-softwire 4 weeks ago
parent
commit
c4a1c5f49a
  1. 2
      spec/components/data_protection_confirmation_banner_component_spec.rb

2
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 context "when org does have a signed data sharing agreement" do
it "does not display banner" 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 expect(render.content).to be_empty
end end
end end

Loading…
Cancel
Save