Add tests and validator for individual model.
This commit is contained in:
parent
e258118825
commit
927d977541
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Individual do
|
||||
it { is_expected.to have_db_column(:gender) }
|
||||
it { is_expected.to have_db_column(:nom) }
|
||||
it { is_expected.to have_db_column(:prenom) }
|
||||
it { is_expected.to have_db_column(:birthdate) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue