Just purchased my first mac for Ruby on Rails development and I’m in the
process of setting up the environment and installing rspec and
rspec-rails. I’m getting the following error message when trying to
install the gem.
I’m using: sudo gem install rspec
I get:
Successfully installed rspec-1.2.2
1 gem installed
Installing ri documentation for rspec-1.2.2…
Installing RDoc documentation for rspec-1.2.2…
Could not find main page README.rdoc
Could not find main page README.rdoc
Could not find main page README.rdoc
Could not find main page README.rdoc
When I try to run cucumber, it says that rspec and rspec-rails aren’t
installed.