This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Dependency required 'test-unit' #35
Comments
Also experiencing this issue under ruby 1.9 (rails 3.0.5) |
Same problem here (Ruby 1.9, rails 3.0.6) |
Also experiencing this in 1.9.2p180 |
Same here. 1.9.2p180, Rails 3.0.7 |
Yes, this is a definite issue on Ruby 1.9. Ruby 1.8 includes I also strongly advise that |
Definitely an issue, same pb for me:
|
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.
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.
The text was updated successfully, but these errors were encountered: