diff --git a/src/components/icon/iconDirective.spec.js b/src/components/icon/iconDirective.spec.js index 7901e5bf9db..06edff8be69 100644 --- a/src/components/icon/iconDirective.spec.js +++ b/src/components/icon/iconDirective.spec.js @@ -1,4 +1,4 @@ -ddescribe('mdIcon directive', function() { +describe('mdIcon directive', function() { var el; var $scope; var $compile;