Check required fields

throws_ok( sub { Person->new_and_check({ name => 'foo' }) }, qr/Check failed: Unknown field 'neam' during check/, );