[Edit] Update EditController spec

Update tests for EditController to match updated
usage of domain object API for WTD-1071.
This commit is contained in:
Victor Woeltjen 2015-04-06 09:30:42 -07:00
parent 8b6a972fa4
commit 874f81010c

View File

@ -25,7 +25,7 @@ define(
);
mockObject = jasmine.createSpyObj(
"domainObject",
[ "getId", "getModel", "getCapability" ]
[ "getId", "getModel", "getCapability", "hasCapability" ]
);
mockCapability = jasmine.createSpyObj(
"capability",