test(navClear): remove ddescribe

This commit is contained in:
Andy Joslin
2014-04-07 10:31:38 -06:00
parent 4dffc5f6c6
commit c4a3d4ccbf

View File

@@ -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) {