Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. owner@Pablos-MacBook-Air:~/Projetos/estágios/tuneduc/Rails/practice-depot-application/depot$ rake test
  2. Run options: --seed 23727
  3.  
  4. # Running:
  5.  
  6. EEEEEEE
  7.  
  8. Finished in 0.018397s, 380.5064 runs/s, 0.0000 assertions/s.
  9.  
  10. 1) Error:
  11. ProductsControllerTest#test_should_get_index:
  12. Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/owner/Projetos/estágios/tuneduc/Rails/practice-depot-application/depot/test/fixtures/roducts.yml
  13.  
  14.  
  15.  
  16. 2) Error:
  17. ProductsControllerTest#test_should_show_product:
  18. Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/owner/Projetos/estágios/tuneduc/Rails/practice-depot-application/depot/test/fixtures/roducts.yml
  19.  
  20.  
  21.  
  22. 3) Error:
  23. ProductsControllerTest#test_should_get_edit:
  24. Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/owner/Projetos/estágios/tuneduc/Rails/practice-depot-application/depot/test/fixtures/roducts.yml
  25.  
  26.  
  27.  
  28. 4) Error:
  29. ProductsControllerTest#test_should_update_product:
  30. Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/owner/Projetos/estágios/tuneduc/Rails/practice-depot-application/depot/test/fixtures/roducts.yml
  31.  
  32.  
  33.  
  34. 5) Error:
  35. ProductsControllerTest#test_should_get_new:
  36. Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/owner/Projetos/estágios/tuneduc/Rails/practice-depot-application/depot/test/fixtures/roducts.yml
  37.  
  38.  
  39.  
  40. 6) Error:
  41. ProductsControllerTest#test_should_destroy_product:
  42. Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/owner/Projetos/estágios/tuneduc/Rails/practice-depot-application/depot/test/fixtures/roducts.yml
  43.  
  44.  
  45.  
  46. 7) Error:
  47. ProductsControllerTest#test_should_create_product:
  48. Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/owner/Projetos/estágios/tuneduc/Rails/practice-depot-application/depot/test/fixtures/roducts.yml
  49.  
  50.  
  51. 7 runs, 0 assertions, 0 failures, 7 errors, 0 skips
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement