This commit is contained in:
Kara Diaby 2022-09-13 11:25:42 +02:00 committed by mfo
parent 12b66513ca
commit 3e43597440
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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