Skip to content

Commit

Permalink
test(navClear): remove ddescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Apr 7, 2014
1 parent 4dffc5f commit c4a3d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ext/angular/test/directive/ionicNavClear.unit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ddescribe('navClear directive', function() {
describe('navClear directive', function() {
beforeEach(module('ionic'));

it('should call nextViewOptions on click & stateChangeSuccess', inject(function($rootScope, $compile, $ionicViewService) {
Expand Down

0 comments on commit c4a3d4c

Please sign in to comment.