Btw, ruby-activesupport-3.2 should be made dependent on ruby-test-unit

Without that package installed, 'rails console' in a newly-created Rails
project gives :

/usr/lib/ruby/vendor_ruby/active_support/test_case.rb:12:in
`<module:ActiveSupport>': uninitialized constant Test (NameError)

After its installation, the message changes into :

/usr/lib/ruby/vendor_ruby/active_support/test_case.rb:12:in
`<module:ActiveSupport>': uninitialized constant Test::Unit::TestCase
(NameError)

And as described in Debian bug 738747, adding a line :
require 'test/unit'
in the beginning of the file
/usr/lib/ruby/vendor_ruby/active_support/test_case.rb
eliminates the exception and fixes startup of 'rails console' 

So, please, I hope you know what to do.

** Also affects: rails (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1319101

Title:
  uninitialized constant Test::Unit::TestCase in
  /usr/lib/ruby/vendor_ruby/active_support/test_case.rb:12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rails/+bug/1319101/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to