test(): remove iit

This commit is contained in:
Andrew
2014-07-24 11:15:50 -06:00
parent 79bcfb149f
commit 74711cbc36

View File

@@ -12,7 +12,7 @@ describe('gesture directive', function() {
};
})
.forEach(function(directive){
iit('should compile', inject(function($compile, $rootScope, $ionicGesture) {
it('should compile', inject(function($compile, $rootScope, $ionicGesture) {
var fakeGesture = {};
spyOn($ionicGesture, 'on').andCallFake(function(eventType, listener, el) {
callback = listener;