From aa8c6541e66a9fc8c1e0e6f711b75221cdef7810 Mon Sep 17 00:00:00 2001 From: Mohammed Buttu Date: Mon, 9 Jun 2014 11:12:34 -0400 Subject: [PATCH] test(modal): Remove `ddescribe` in the $modal tests The `ddescribe` is only executing the $modal tests. Removing it will allow all other unit tests to run. Fixes #2311. --- src/modal/test/modal.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modal/test/modal.spec.js b/src/modal/test/modal.spec.js index 9c3738d013..d3424c06ed 100644 --- a/src/modal/test/modal.spec.js +++ b/src/modal/test/modal.spec.js @@ -1,4 +1,4 @@ -ddescribe('$modal', function () { +describe('$modal', function () { var $controllerProvider, $rootScope, $document, $compile, $templateCache, $timeout, $q; var $modal, $modalProvider;