Actions
Bug #2256
closedTest run issues with Jenkins under Ruby 1.9
Description
Two errors when testing under Ruby 1.9 with Jenkins and rvm:
+ bundle exec rake db:migrate
/usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-1/gems/bundler-1.3.0/lib/bundler/dsl.rb:37:in `rescue in eval_gemfile': There was an error in your Gemfile, and Bundler cannot continue. (Bundler::GemfileError)
from /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-1/gems/bundler-1.3.0/lib/bundler/dsl.rb:29:in `eval_gemfile'
And:
+ bundle exec rake jenkins:unit
rm rf jenkins/reports/unit/
/usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-0/gems/activesupport-3.0.20/lib/active_support/dependencies.rb:242:in `require': cannot load such file - test/unit/ui/console/testrunner (LoadError)
from /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-0/gems/activesupport-3.0.20/lib/active_support/dependencies.rb:242:in `block in require'
from /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-0/gems/activesupport-3.0.20/lib/active_support/dependencies.rb:227:in `load_dependency'
from /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-0/gems/activesupport-3.0.20/lib/active_support/dependencies.rb:242:in `require'
from /usr/local/rvm/gems/ruby-1.9.3-p392@test_develop-0/gems/ci_reporter-1.8.4/lib/ci/reporter/test_unit.rb:7:in `<top (required)>'
Actions