Poll for export readiness updates

This commit is contained in:
Paul Chavard 2020-01-29 12:16:38 +01:00
parent a7e1137eeb
commit 08400cdd4c
7 changed files with 58 additions and 24 deletions

View file

@ -37,7 +37,7 @@ describe Instructeurs::ProceduresController, type: :controller do
it "redirects and flash" do
expect(@controller).to have_received(:redirect_to).with(root_path)
expect(flash.alert).to eq("Vous n'avez pas accès à cette démarche")
expect(flash.alert).to eq("Vous navez pas accès à cette démarche")
end
end
end