it('should render all the slides', () => {
            expect($output.find('.slide').length).toEqual(slides().length);
        });