Commit fbb7b361f72dcf2b2606e2e209e855d3c770d8b1

Authored by Eric Fernandez
1 parent 3813aec2f8
Exists in master and in 2 other branches develop, lab

prueba pre-commit

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
... ... @@ -69,7 +69,7 @@ gulp.task('clean', function() {
69 69 });
70 70  
71 71 gulp.task('pre-commit', function() {
72   - pump(
  72 + return pump(
73 73 [
74 74 gulp.src([paths.srcJS, paths.specs]),
75 75 jshint('.jshintrc'),
... ... @@ -51,7 +51,7 @@ describe('Servicios de foca abm chofer', function() {
51 51 httpBackend.flush();
52 52  
53 53 expect(result).toEqual(returnFake);
54   - })
  54 + });
55 55  
56 56 it('La función getChoferPorTransportista lleva a la ruta correcta', function() {
57 57 //arrange