Skip to content

Commit

Permalink
test(modal): Remove ddescribe in the $modal tests
Browse files Browse the repository at this point in the history
The `ddescribe` is only executing the $modal tests. Removing it will allow
all other unit tests to run.

Fixes angular-ui#2311.
  • Loading branch information
mbuttu authored and Foxandxss committed Jun 9, 2014
1 parent 990015f commit aa8c654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/test/modal.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ddescribe('$modal', function () {
describe('$modal', function () {
var $controllerProvider, $rootScope, $document, $compile, $templateCache, $timeout, $q;
var $modal, $modalProvider;

Expand Down

0 comments on commit aa8c654

Please sign in to comment.