What makes this more annoying is that the problem only shows up with
rake. if I run the tests 'manually' the problem goes away.
Any ideas?
Henry
rake
test_should_allow_signup(UsersControllerTest):
IOError: Couldn't load the Unicode tables for UTF8Handler (dump format
error), ActiveSupport::Multibyte is unusable
app/controllers/users_controller.rb:17:in `create'
/test/functional/users_controller_test.rb:92:in `create_user'
/test/functional/users_controller_test.rb:18:in
`test_should_allow_signup'
/test/functional/users_controller_test.rb:17:in
`test_should_allow_signup'
ruby test/functional/users_controller_test.rb -n
test_should_allow_signup
Loaded suite test/functional/users_controller_test
Started
.
Finished in 0.473758 seconds.
1 tests, 2 assertions, 0 failures, 0 errors