it('should build the menu template with ui-sref as a child of controlcenter state', function() {
    var expectedOutput = '<controlcenter-sidebar-menu-item icon="myIcon" label="myLabel" ui-sref="controlcenter.child" ui-sref-active="selected" />';

    expect(controlCenterMenuTemplateBuilder('controlcenter.child', 'myIcon', 'myLabel'))
      .to.equal(expectedOutput);