Skip to content

Commit

Permalink
UPDATE: yml files, removing hidden, user, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Olvap committed Feb 27, 2012
1 parent d0e201e commit 6c4c03a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 52 deletions.
9 changes: 0 additions & 9 deletions test/fixtures/cuentas.yml

This file was deleted.

8 changes: 0 additions & 8 deletions test/fixtures/entidads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ costa:
type: Operadora
created_at: 2011-04-28 18:40:08.000000000Z
updated_at: 2011-04-28 18:40:08.000000000Z
hidden: 0
version: 1

ibero:
cuit: '4'
Expand All @@ -16,8 +14,6 @@ ibero:
type: Operadora
created_at: 2011-04-28 18:40:08.000000000Z
updated_at: 2011-04-28 18:40:08.000000000Z
hidden: 0
version: 1

litoraltur:
calle: SAN MARTIN 2984
Expand All @@ -27,8 +23,6 @@ litoraltur:
type: Agency
created_at: 2011-04-28 18:39:51.000000000Z
updated_at: 2011-04-28 18:39:51.000000000Z
hidden: 0
version: 1

vikingo:
calle: CORRIENTES 563
Expand All @@ -38,5 +32,3 @@ vikingo:
type: Agency
created_at: 2011-04-28 18:39:51.000000000Z
updated_at: 2011-04-28 18:39:51.000000000Z
hidden: 0
version: 1
4 changes: 0 additions & 4 deletions test/fixtures/movimientos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ deposito_vikingo:
fecha: 2011-08-30
created_at: 2011-09-03 14:01:04.000000000Z
updated_at: 2011-09-03 14:01:04.000000000Z
hidden: 0
user: susana
monto_cents: 832000
monto_currency: ARS
monto_final_cents: 200000
Expand All @@ -24,10 +22,8 @@ deposito_ibero:
fecha: 2011-08-30
created_at: 2011-09-03 14:01:04.000000000Z
updated_at: 2011-09-03 14:01:04.000000000Z
hidden: 0
monto_cents: 200000
monto_currency: USD
monto_final_cents: 200000
monto_final_currency: USD
observaciones: DEP EN PESOS $8320 AL CAMBIO DE 4.16

14 changes: 0 additions & 14 deletions test/fixtures/pasajeros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,21 @@ julieta:
name: MOLINARI MARIA JULIETA
created_at: 2011-05-27 21:16:56.000000000Z
updated_at: 2011-05-27 21:16:56.000000000Z
hidden: 0
user: susana

carla:
name: BIASIOL CALVO CARLA
created_at: 2011-05-27 21:17:51.000000000Z
updated_at: 2011-05-27 21:17:51.000000000Z
hidden: 0
user: susana
version: 1

claudia:
name: "CARDU CLAUDIA ALEJANDRA"
created_at: "2011-07-08 15:35:27"
updated_at: "2011-07-08 15:35:27"
hidden: 0
user: susana
version: 1

francisco:
name: DAMONTE FRANCISCO
created_at: 2011-07-08 15:35:48.000000000Z
updated_at: 2011-07-08 15:35:48.000000000Z
hidden: 0
user: susana
version: 1

maria:
name: DAMONTE MARIA FLORENCIA
hidden: 0
user: susana
version: 1
4 changes: 0 additions & 4 deletions test/fixtures/programas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ punta_del_este:
name: PUNTA DEL ESTE
created_at: 2011-04-28 21:22:54.000000000Z
updated_at: 2011-04-28 21:22:54.000000000Z
hidden: 0
version: 1

cuba:
name: $LABEL
hidden: 0
version: 1
4 changes: 0 additions & 4 deletions test/fixtures/reservas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ costa_magica:
created_at: 2011-05-27 21:04:01.000000000Z
updated_at: 2011-07-06 20:44:10.000000000Z
hidden: 0
user: susana
version: 2
total_cents: 221745
total_currency: USD
liquido_agencia: 0
Expand Down Expand Up @@ -46,7 +44,6 @@ grand_celebration:
created_at: 2011-07-08 15:35:49.000000000Z
updated_at: 2011-07-08 15:35:49.000000000Z
hidden: 0
version: 1
total_cents: 396952
total_currency: USD
liquido_agencia: 0
Expand All @@ -55,4 +52,3 @@ grand_celebration:
agency: vikingo
programa: cuba
thabitacion: cuadruple

3 changes: 0 additions & 3 deletions test/fixtures/tdepositos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ deposito:
name: Deposito
created_at: 2011-04-28 18:39:44.000000000Z
updated_at: 2011-07-04 23:19:36.000000000Z
hidden: 0
user: susana
version: 2
3 changes: 0 additions & 3 deletions test/fixtures/thabitacions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ cuadruple:
name: CPLE.
created_at: 2011-04-28 18:59:21.000000000Z
updated_at: 2011-04-28 18:59:21.000000000Z
hidden: 0
user: susana
version: 1
5 changes: 2 additions & 3 deletions test/fixtures/viajeros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ julieta_costa_magica:
pasajero: julieta

julieta_grand_celebration:
reserva: grand_celebration
pasajero: julieta
reserva: grand_celebration
pasajero: julieta

claudia_grand_celebration:
reserva: grand_celebration
Expand All @@ -22,4 +22,3 @@ francisco_grand_celebration:
maria_grand_celebration:
reserva: grand_celebration
pasajero: maria

0 comments on commit 6c4c03a

Please sign in to comment.