From 4986a42bd755cf090824eebaa5b49650f86d130d Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 5 Dec 2014 12:40:35 -0700 Subject: [PATCH] test(): remove ddescribe --- test/unit/angular/service/loading.unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/angular/service/loading.unit.js b/test/unit/angular/service/loading.unit.js index 419d0f0c0b..e28e6fa90e 100644 --- a/test/unit/angular/service/loading.unit.js +++ b/test/unit/angular/service/loading.unit.js @@ -1,4 +1,4 @@ -ddescribe('$ionicLoading service', function() { +describe('$ionicLoading service', function() { beforeEach(module('ionic', function($provide) { //Set default options to blank for the sake of tests $provide.constant('$ionicLoadingConfig', {});