On 24 Jan, 21:29, Joel VanderWerf <v... / path.berkeley.edu> wrote:
> Christian Neukirchen wrote:..

> > test/spec has no dependencies outside Ruby 1.8.

> The test-spec gem does seem to depend on both FlexMock and Mocha. Not
> complaining, I would have grabbed them anyway.

Both of which (for me at least) had to be installed before test/spec:

[1807] sudo gem update
Updating installed gems...
Need to update 18 gems from http://gems.rubyforge.org
..................
complete
Gems: [] updated
[1808] sudo gem install test-spec --source
http://chneukirchen.org/releases/gems
Install required dependency flexmock? [Yn]
ERROR:  While executing gem ... (Gem::GemNotFoundException)
    Could not find flexmock (>= 0.4.1) in the repository


YMMV

Allan