describe('The onStartChange fn', function() {
    it('should update the start value to match the display one', function() {
      var controller = initController();

      controller.display.start.hour(7).minute(17);