[Edit] Update specs

Update specs for toolbars in Edit mode to reflect
changes for WTD-879.
This commit is contained in:
Victor Woeltjen
2015-02-19 12:44:00 -08:00
parent 280c854658
commit 8c653d39d7
3 changed files with 24 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ define(
beforeEach(function () {
mockScope = jasmine.createSpyObj(
'$scope',
[ '$on', '$watch', '$watchCollection' ]
[ '$on', '$watch', '$watchCollection', "commit" ]
);
mockElement = {};
testAttrs = { toolbar: 'testToolbar' };