From ae81b7a66eaa07fc1863bad8f298137e77150f82 Mon Sep 17 00:00:00 2001 From: efernandez Date: Mon, 11 Feb 2019 11:19:30 -0300 Subject: [PATCH] nada --- gulpfile.js | 2 +- package.json | 2 +- spec/serviceSpec.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 7d4eb08..28d6ce4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -61,7 +61,7 @@ gulp.task('uglify-spec', function() { footer("});"), gulp.dest(paths.dist) ]); -}) +}); gulp.task('clean', function() { return gulp.src(['tmp', 'dist'], {read: false}) diff --git a/package.json b/package.json index 27fd9e3..45752c0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Abm de vehiculo", "main": "index.html", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "test.html", "compile": "gulp uglify", "gulp-pre-commit": "gulp pre-commit", "postinstall": "npm run compile && gulp clean-post-install", diff --git a/spec/serviceSpec.js b/spec/serviceSpec.js index 5a258a6..df3889a 100644 --- a/spec/serviceSpec.js +++ b/spec/serviceSpec.js @@ -96,7 +96,7 @@ describe('Servicios de abm vehĂ­culo', function() { var returnFake = { data: 'test' }; var paramFake = 1; var result; - httpBackend.expectDELETE('localhost/vehiculo/' +paramFake).respond(returnFake); + httpBackend.expectDELETE('localhost/vehiculo/' + paramFake).respond(returnFake); //act servicio.deleteVehiculo(paramFake).then(function(data) { -- 1.9.1