test(ionicScrollController): remove ddescribe

This commit is contained in:
Andy Joslin
2014-03-19 13:00:02 -06:00
parent f852661979
commit 6b07208cd5

View File

@@ -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