chore(carousel): remove unnecessary tests

This commit is contained in:
Wesley Cho
2015-11-11 11:58:11 -08:00
parent 53806c2779
commit b1c05f40cc
-8
View File
@@ -436,14 +436,6 @@ describe('carousel', function() {
}
});
it('should expose .next()', function() {
expect(ctrl.next).toEqual(scope.next);
});
it('should expose .prev()', function() {
expect(ctrl.prev).toEqual(scope.prev);
});
describe('addSlide', function() {
it('should set first slide to active = true and the rest to false', function() {
angular.forEach(ctrl.slides, function(slide, i) {