rename effectif columns

This commit is contained in:
Christophe Robillard 2020-04-21 20:26:07 +02:00
parent ea37d8ee0a
commit 1165f8483d
7 changed files with 19 additions and 12 deletions

View file

@ -327,7 +327,7 @@ describe Users::DossiersController, type: :controller do
expect(dossier.etablissement.entreprise).to be_present
expect(dossier.etablissement.exercices).to be_present
expect(dossier.etablissement.association?).to be(true)
expect(dossier.etablissement.effectif_mensuel).to be_present
expect(dossier.etablissement.entreprise_effectif_mensuel).to be_present
end
end
end