ngauthier / hydra

Distributed testing framework
MIT License
389 stars 63 forks source link

Dependency required 'test-unit' #35

Open tomsquest opened 13 years ago

tomsquest commented 13 years ago

It seems that 'test-unit' is required as a dependency. Otherwise, the message "no such file to load -- test/unit/testresult" is displayed. Adding "gem 'test-unit' to my Gemfile solved the problem.

mrmemes-eth commented 13 years ago

Also experiencing this issue under ruby 1.9 (rails 3.0.5)

pellegrino commented 13 years ago

Same problem here (Ruby 1.9, rails 3.0.6)

cookrn commented 13 years ago

Also experiencing this in 1.9.2p180

dedman commented 13 years ago

Same here. 1.9.2p180, Rails 3.0.7

bowsersenior commented 13 years ago

Yes, this is a definite issue on Ruby 1.9. Ruby 1.8 includes Test::Unit in the core, but on 1.9 you need to install it as a gem.

I also strongly advise that Hydra start using a Bundler-style gemspec and Gemfile to improve handling of dependencies. This will also make it much easier for developers to get up and running with Hydra.

nguyenchiencong commented 13 years ago

Definitely an issue, same pb for me:

bowsersenior commented 13 years ago

Just noticed that hydra does not officially support ruby 1.9.2 yet: