test(): remove ddescribe

This commit is contained in:
Andrew
2014-12-05 12:40:35 -07:00
parent 8d7c8903bb
commit 4986a42bd7

View File

@@ -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', {});