Advertisement
Guest User

Untitled

a guest
Sep 24th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Started
  2. .....................E
  3. ===============================================================================
  4. Error: test_unnamed_root_route_without_prefix(TranslateRoutesTest)
  5. RuntimeError: asd
  6. /Users/jacob/development/rails/plugins/route_translator/test/route_translator_test.rb:60:in `test_unnamed_root_route_without_prefix'
  7. 57: end
  8. 58:
  9. 59: def test_unnamed_root_route_without_prefix
  10. => 60: raise "asd"
  11. 61: @routes.draw do
  12. 62: localized do
  13. 63: root :to => 'people#index'
  14. /Users/jacob/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/testing/setup_and_teardown.rb:72:in `block in run'
  15. /Users/jacob/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:425:in `_run__1957845206326909859__setup__2063186180906749767__callbacks'
  16. /Users/jacob/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
  17. /Users/jacob/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_setup_callbacks'
  18. /Users/jacob/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
  19. /Users/jacob/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/testing/setup_and_teardown.rb:70:in `run'
  20. ===============================================================================
  21. ...
  22.  
  23. Finished in 0.546153 seconds.
  24.  
  25. 25 tests, 218 assertions, 0 failures, 1 errors, 0 pendings, 0 omissions, 0 notifications
  26. 0% passed
  27.  
  28. 45.77 tests/s, 399.16 assertions/s
  29. rake aborted!
  30. Command failed with status (1): [/Users/jacob/.rvm/rubies/ruby-1.9.3-p194/b...]
  31.  
  32. Tasks: TOP => default => test
  33. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement