From 6b07208cd535f6c3e0130d03041cff976cd90094 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Wed, 19 Mar 2014 13:00:02 -0600 Subject: [PATCH] test(ionicScrollController): remove ddescribe --- js/ext/angular/test/controller/ionicScrollController.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ext/angular/test/controller/ionicScrollController.unit.js b/js/ext/angular/test/controller/ionicScrollController.unit.js index 5d6d62dd01..f9e73884fc 100644 --- a/js/ext/angular/test/controller/ionicScrollController.unit.js +++ b/js/ext/angular/test/controller/ionicScrollController.unit.js @@ -195,7 +195,7 @@ describe('$ionicScroll Controller', function() { [false, true].forEach(function(shouldAnimate) { describe('with animate='+shouldAnimate, function() { - ddescribe('scroll action', function() { + describe('scroll action', function() { beforeEach(function() { setup(); //Mock resize to insta-call through for easier tests