Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Dependency required 'test-unit' #35

Open
tomsquest opened this issue Mar 4, 2011 · 7 comments
Open

Dependency required 'test-unit' #35

tomsquest opened this issue Mar 4, 2011 · 7 comments

Comments

@tomsquest
Copy link

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
Copy link

Also experiencing this issue under ruby 1.9 (rails 3.0.5)

@pellegrino
Copy link

Same problem here (Ruby 1.9, rails 3.0.6)

@cookrn
Copy link

cookrn commented May 19, 2011

Also experiencing this in 1.9.2p180

@dedman
Copy link

dedman commented May 24, 2011

Same here. 1.9.2p180, Rails 3.0.7

@bowsersenior
Copy link

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
Copy link

Definitely an issue, same pb for me:

  • 1.9.2p180
  • rails 3.1rc4

@bowsersenior
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants