diff --git a/gulpfile.js b/gulpfile.js index c3e8b84..a6fe9a0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,7 @@ gulp.task('clean', function() { }); gulp.task('pre-commit', function() { - pump( + return pump( [ gulp.src([paths.srcJS, paths.specs]), jshint('.jshintrc'), diff --git a/spec/serviceSpec.js b/spec/serviceSpec.js index 8ccca85..17ef500 100644 --- a/spec/serviceSpec.js +++ b/spec/serviceSpec.js @@ -51,7 +51,7 @@ describe('Servicios de foca abm chofer', function() { httpBackend.flush(); expect(result).toEqual(returnFake); - }) + }); it('La función getChoferPorTransportista lleva a la ruta correcta', function() { //arrange