Commit a7e2d288f8ae8e32fdaa91f2470a93006bda61eb

Authored by Luigi
1 parent 5c70357d77
Exists in master and in 1 other branch develop

Arreglo de espacios

Showing 1 changed file with 3 additions and 5 deletions   Show diff stats
spec/controllerSpec.js
... ... @@ -211,7 +211,7 @@ describe('Controladores módulo crear nota de pedido', function() {
211 211 $filter: filter,
212 212 $timeout: timeout,
213 213 crearNotaPedidoService: {
214   - getNumeroNotaPedido: function() {
  214 + getNumeroNotaPedido: function() {
215 215 return {
216 216 then: function() { }
217 217 };
... ... @@ -255,7 +255,7 @@ describe('Controladores módulo crear nota de pedido', function() {
255 255 'undefined', function()
256 256 {
257 257 //arrange
258   - var scope = {
  258 + var scope = {
259 259 $watch: function() { },
260 260 $broadcast: function() { }
261 261 };
... ... @@ -379,7 +379,7 @@ describe('Controladores módulo crear nota de pedido', function() {
379 379 $filter: filter,
380 380 $timeout: timeout,
381 381 crearNotaPedidoService: {
382   - getNumeroNotaPedido: function() {
  382 + getNumeroNotaPedido: function() {
383 383 return {
384 384 then: function() { }
385 385 };
... ... @@ -1039,8 +1039,6 @@ describe('Controladores módulo crear nota de pedido', function() {
1039 1039 var scope = {
1040 1040 $watch: function() { },
1041 1041 $broadcast: function() { }
1042   -
1043   -
1044 1042 };
1045 1043 var uibModal = {
1046 1044 open: function() { }