Signed-off-by: Fabien Franzen <info@atelierfabien.be>
This commit is contained in:
Fabien Franzen 2014-07-12 00:24:07 +02:00
parent 48c4f25b09
commit 03617b58df
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ describe('relations', function () {
after(function () {
// db.disconnect();
});
describe('hasMany', function () {
it('can be declared in different ways', function (done) {
Book.hasMany(Chapter);