[Mobile] Tests

Completed test for the BrowseController
Spec that takes in an undefined context.
This commit is contained in:
Shivam Dave 2015-08-26 21:08:33 -07:00
parent bb2f086623
commit 67cb5f8077

View File

@ -304,6 +304,19 @@ define(
);
mockScope.checkRoot();
mockDomainObject.getCapability.andReturn(undefined);
mockNavigationService.getNavigation.andReturn(mockDomainObject);
controller = new BrowseController(
mockScope,
mockRoute,
mockLocation,
mockObjectService,
mockNavigationService
);
mockScope.checkRoot();
});
// Mocks the back arrow call that