Guest User

Untitled

a guest
Jun 13th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. bordy ~/code/alice [git: new_rails]
  2. $ rake test
  3. (in /Users/bordy/code/alice)
  4. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -Ilib:test "/Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb" "test/unit/addition_test.rb" "test/unit/application_helper_test.rb" "test/unit/business_day_test.rb" "test/unit/deposit_test.rb" "test/unit/on_account_test.rb" "test/unit/pettycash_test.rb" "test/unit/register_test.rb" "test/unit/report_test.rb" "test/unit/safe_balance_test.rb" "test/unit/school_test.rb" "test/unit/user_test.rb"
  5. ./test/unit/user_test.rb:7: undefined method `fixtures' for UserTest:Class (NoMethodError)
  6. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:147:in `load_without_new_constant_marking'
  7. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:147:in `load'
  8. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
  9. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5:in `each'
  10. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
  11. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -Ilib:test "/Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb" "test/functional/adjustments_controller_test.rb" "test/functional/business_days_controller_test.rb" "test/functional/credit_controller_test.rb" "test/functional/registers_controller_test.rb" "test/functional/reports_controller_test.rb" "test/functional/safe_balances_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/users_controller_test.rb"
  12. ./test/functional/sessions_controller_test.rb:11: undefined method `fixtures' for SessionsControllerTest:Class (NoMethodError)
  13. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:147:in `load_without_new_constant_marking'
  14. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:147:in `load'
  15. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
  16. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5:in `each'
  17. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
  18. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -Ilib:test "/Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb"
  19. Errors running test:units and test:functionals!
  20.  
  21. bordy ~/code/alice [git: new_rails]
  22. $ rake test
  23. (in /Users/bordy/code/alice)
  24. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -Ilib:test "/Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb" "test/unit/addition_test.rb" "test/unit/application_helper_test.rb" "test/unit/business_day_test.rb" "test/unit/deposit_test.rb" "test/unit/on_account_test.rb" "test/unit/pettycash_test.rb" "test/unit/register_test.rb" "test/unit/report_test.rb" "test/unit/safe_balance_test.rb" "test/unit/school_test.rb" "test/unit/user_test.rb"
  25. ./test/unit/user_test.rb:7: undefined method `fixtures' for UserTest:Class (NoMethodError)
  26. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:147:in `load_without_new_constant_marking'
  27. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:147:in `load'
  28. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
  29. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5:in `each'
  30. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
  31. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -Ilib:test "/Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb" "test/functional/adjustments_controller_test.rb" "test/functional/business_days_controller_test.rb" "test/functional/credit_controller_test.rb" "test/functional/registers_controller_test.rb" "test/functional/reports_controller_test.rb" "test/functional/safe_balances_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/users_controller_test.rb"
  32. ./test/functional/users_controller_test.rb:12: undefined method `fixtures' for UsersControllerTest:Class (NoMethodError)
  33. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:147:in `load_without_new_constant_marking'
  34. from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:147:in `load'
  35. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
  36. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5:in `each'
  37. from /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb:5
  38. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -Ilib:test "/Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/rake_test_loader.rb"
  39. Errors running test:units and test:functionals!
Add Comment
Please, Sign In to add comment