Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. (in /usr/local/projects/law-mo-tron)
  2. ** Invoke default (first_time)
  3. ** Invoke test (first_time)
  4. ** Execute test
  5. ** Invoke test:units (first_time)
  6. ** Invoke db:test:prepare (first_time)
  7. ** Invoke db:abort_if_pending_migrations (first_time)
  8. ** Invoke environment (first_time)
  9. ** Execute environment
  10. ** Execute db:abort_if_pending_migrations
  11. ** Execute db:test:prepare
  12. ** Invoke db:test:load (first_time)
  13. ** Invoke db:test:purge (first_time)
  14. ** Invoke environment
  15. ** Execute db:test:purge
  16. ** Execute db:test:load
  17. ** Invoke db:schema:load (first_time)
  18. ** Invoke environment
  19. ** Execute db:schema:load
  20. ** Execute test:units
  21. /opt/ruby-enterprise-1.8.6-20081205/bin/ruby -I"lib:test" "/opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/account_test.rb" "test/unit/address_test.rb" "test/unit/attachment_test.rb" "test/unit/blog_post_test.rb" "test/unit/category_test.rb" "test/unit/helpers/admin/lawyers_helper_test.rb" "test/unit/lawyer_test.rb" "test/unit/news_item_test.rb" "test/unit/office_test.rb" "test/unit/page_test.rb" "test/unit/practice_area_test.rb" "test/unit/user_test.rb"
  22. /opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/nokogiri-1.4.0/lib/nokogiri/xml/builder.rb:272: warning: parenthesize argument(s) for future version
  23. [DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
  24. [DEPRECATION] should_change(expression, options) is deprecated. Use should_change(description, options) { code } instead.
  25. [DEPRECATION] should_not_change(expression) is deprecated. Use should_not_change(description) { code } instead.
  26. /usr/local/projects/law-mo-tron/test/shoulda_macros/paperclip.rb:5:in `should_have_attached_file': undefined local variable or method `model_class' for AttachmentTest:Class (NameError)
  27. from ./test/unit/attachment_test.rb:11
  28. from /opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:147:in `load_without_new_constant_marking'
  29. from /opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:147:in `load'
  30. from /opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
  31. from /opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each'
  32. from /opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5
  33. ** Invoke test:functionals (first_time)
  34. ** Invoke db:test:prepare
  35. ** Execute test:functionals
  36. /opt/ruby-enterprise-1.8.6-20081205/bin/ruby -I"lib:test" "/opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/admin/attachments_controller_test.rb" "test/functional/admin/lawyers_controller_test.rb" "test/functional/admin/user_sessions_controller_test.rb"
  37. /opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/nokogiri-1.4.0/lib/nokogiri/xml/builder.rb:272: warning: parenthesize argument(s) for future version
  38. Loaded suite /opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader
  39. Started
  40. ...
  41. Finished in 0.010937 seconds.
  42.  
  43. 3 tests, 3 assertions, 0 failures, 0 errors
  44. ** Invoke test:integration (first_time)
  45. ** Invoke db:test:prepare
  46. ** Execute test:integration
  47. /opt/ruby-enterprise-1.8.6-20081205/bin/ruby -I"lib:test" "/opt/ruby-enterprise-1.8.6-20081205/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb"
  48. Errors running test:units!
Add Comment
Please, Sign In to add comment