Removed iit

This commit is contained in:
Max Lynch
2013-11-17 15:14:11 -06:00
parent ea2ff85e91
commit d128065e55

View File

@ -7,7 +7,7 @@ describe('Ionic Gesture Service', function() {
gesture = Gesture;
}));
iit('Should bind', function() {
it('Should bind', function() {
var el = document.createElement('div');
var handlers = {
@ -22,7 +22,7 @@ describe('Ionic Gesture Service', function() {
expect(handlers.dragHandle).toHaveBeenCalled();
});
iit('Should unbind', function() {
it('Should unbind', function() {
var el = document.createElement('div');
var handlers = {