Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(tests): remove use of ddescribe in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Jul 7, 2015
1 parent cd3e8a1 commit daa2c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/fabActions/fabActions.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ddescribe('<md-fab-actions> directive', function() {
describe('<md-fab-actions> directive', function() {

beforeEach(module('material.components.fabActions'));

Expand Down Expand Up @@ -47,4 +47,4 @@ ddescribe('<md-fab-actions> directive', function() {
expect(element.find("md-fab-actions").children()).toHaveClass('md-fab-action-item');
}));

});
});

0 comments on commit daa2c85

Please sign in to comment.