Hi Guys,
I am trying to run the test suite on rspec-mocks and before that I do a bundle and I get the following error:
(after having checkedout v2.14.5)
Bundler::GemspecError: Could not read gem at /home/panayotis/.rvm/gems/ruby-1.9.3-p327@test_rspec/cache/yard-0.8.0.gem. It may be corrupted.
An error occurred while installing yard (0.8.0), and Bundler cannot continue.
Make sure that `gem install yard -v '0.8.0'` succeeds before bundling.
What am I doing wrong?
Is there another process that I can run the test suite on rspec-mocks?
Thanks in advance
Panayotis