diff --git a/spec/routeSpec.js b/spec/routeSpec.js index 1fc6162..25094fd 100644 --- a/spec/routeSpec.js +++ b/spec/routeSpec.js @@ -17,4 +17,4 @@ describe('Rutas de módulo crear hoja de ruta', function() { expect(route.routes['/venta-hoja-ruta/crear'].templateUrl) .toBe('src/views/hoja-ruta.html'); }); -}); \ No newline at end of file +});