[Core] Update failing specs

Update failing specs in core after changes for WTD-1033.
This commit is contained in:
Victor Woeltjen
2015-03-24 16:26:05 -07:00
parent c55f9ff092
commit 5867f8ad98
2 changed files with 24 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ define(
);
mockDomainObject = {
getId: function () { return id; },
getModel: function () { return model; }
getModel: function () { return model; },
useCapability: jasmine.createSpy()
};
persistence = new PersistenceCapability(
mockPersistenceService,