1
0
Fork 0

Fixed repository spec.

This commit is contained in:
Alan Plum 2015-06-02 14:06:13 +02:00
parent 61f9723909
commit e4aa4687b8
1 changed files with 2 additions and 0 deletions

View File

@ -159,11 +159,13 @@ describe('Repository Methods', function () {
'firstExample',
'remove',
'removeByExample',
'type',
'update',
'updateByExample',
'replace',
'replaceByExample'
]);
collection.type.and.returnValue(2);
instance = new FoxxRepository(collection, { model: Model });
});