diff --git a/spec/helpers/conservation_de_donnees_helper_spec.rb b/spec/helpers/conservation_de_donnees_helper_spec.rb index 143f2f65b..6a4887cb4 100644 --- a/spec/helpers/conservation_de_donnees_helper_spec.rb +++ b/spec/helpers/conservation_de_donnees_helper_spec.rb @@ -8,7 +8,7 @@ RSpec.describe ConservationDeDonneesHelper, type: :helper do let(:dans_ds) { 3 } let(:hors_ds) { 6 } - it { is_expected.to eq(["Dans #{APPLICATION_NAME} : 3 mois"]) } + it { is_expected.to eq(["#{APPLICATION_NAME} : 3 mois"]) } end context "when the retention time is not set" do diff --git a/spec/views/users/_procedure_footer.html.haml_spec.rb b/spec/views/users/_procedure_footer.html.haml_spec.rb index 87605fd18..d74308dca 100644 --- a/spec/views/users/_procedure_footer.html.haml_spec.rb +++ b/spec/views/users/_procedure_footer.html.haml_spec.rb @@ -16,7 +16,6 @@ describe 'users/procedure_footer.html.haml', type: :view do it "affiche les liens usuels requis" do expect(subject).to have_link("Accessibilité") - expect(subject).to have_link("CGU") expect(subject).to have_link("Mentions légales") end