diff --git a/gulpfile.js b/gulpfile.js index 0d60a80..e3e15a4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -57,6 +57,7 @@ gulp.task('uglify-spec', function() { return pump([ gulp.src(paths.specs), concat('foca-abm-vehiculo.spec.js'), + replace("src/views/", ''), header("describe('Módulo foca-abm-vehiculo', function() { \n"), footer("});"), gulp.dest(paths.dist)