initialisation state for dossier with enum
This commit is contained in:
parent
f7fb0f99bf
commit
888ac8b336
6 changed files with 21 additions and 5 deletions
|
@ -10,7 +10,6 @@ describe Dossier do
|
|||
it { is_expected.to have_db_column(:montant_projet) }
|
||||
it { is_expected.to have_db_column(:montant_aide_demande) }
|
||||
it { is_expected.to have_db_column(:date_previsionnelle).of_type(:date) }
|
||||
it { is_expected.to have_db_column(:dossier_termine) }
|
||||
it { is_expected.to have_db_column(:created_at) }
|
||||
it { is_expected.to have_db_column(:updated_at) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue