[#915] Revu de code Ok
This commit is contained in:
parent
a828c6259b
commit
728150b148
9 changed files with 33 additions and 32 deletions
|
@ -15,6 +15,7 @@ describe User, type: :model do
|
|||
it { is_expected.to have_db_column(:created_at) }
|
||||
it { is_expected.to have_db_column(:updated_at) }
|
||||
it { is_expected.to have_db_column(:siret) }
|
||||
it { is_expected.to have_db_column(:loged_in_with_france_connect) }
|
||||
end
|
||||
describe 'associations' do
|
||||
it { is_expected.to have_many(:dossiers) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue