Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.58 KB | None | 0 0
  1. hiperjp@hiperjp-lnx:~/artool/corpbanca-rails$ rake test
  2. Run options: --seed 62419
  3.  
  4. # Running:
  5.  
  6. EE
  7.  
  8. Finished in 0.530153s, 3.7725 runs/s, 0.0000 assertions/s.
  9.  
  10.   1) Error:
  11. MainControllerTest#test_should_get_home:
  12. ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR:  no existe la columna «cbi_sucursal_id» en la relación «cbi_subgerentes»
  13. LINE 1: ...T INTO "cbi_subgerentes" ("name", "cbi_banca_id", "cbi_sucur...
  14.                                                             ^
  15. : INSERT INTO "cbi_subgerentes" ("name", "cbi_banca_id", "cbi_sucursal_id", "cbi_zona_id", "created_at", "updated_at", "id") VALUES ('MyString', NULL, NULL, NULL, '2015-09-04 14:24:37', '2015-09-04 14:24:37', 980190962)
  16.  
  17.  
  18. Error:
  19. MainControllerTest#test_should_get_home:
  20. NoMethodError: undefined method `each' for nil:NilClass
  21.  
  22.  
  23.  
  24.  2) Error:
  25. UserPanelControllerTest#test_should_get_index:
  26. ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR:  no existe la columna «cbi_sucursal_id» en la relación «cbi_subgerentes»
  27. LINE 1: ...T INTO "cbi_subgerentes" ("name", "cbi_banca_id", "cbi_sucur...
  28.                                                             ^
  29. : INSERT INTO "cbi_subgerentes" ("name", "cbi_banca_id", "cbi_sucursal_id", "cbi_zona_id", "created_at", "updated_at", "id") VALUES ('MyString', NULL, NULL, NULL, '2015-09-04 14:24:37', '2015-09-04 14:24:37', 980190962)
  30.  
  31.  
  32. Error:
  33. UserPanelControllerTest#test_should_get_index:
  34. NoMethodError: undefined method `each' for nil:NilClass
  35.  
  36.  
  37. 2 runs, 0 assertions, 0 failures, 2 errors, 0 skips
  38. hiperjp@hiperjp-lnx:~/artool/corpbanca-rails$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement