Mike Williams
2009-Apr-04 23:08 UTC
[rspec-users] Problems installing the rspec and rspec-rails gems
Hello, 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. What can I do to remedy this? I''m using Leopard. Thanks! -- Posted via http://www.ruby-forum.com/.
Pat Maddox
2009-Apr-05 00:15 UTC
[rspec-users] Problems installing the rspec and rspec-rails gems
The rspec gem did install successfully, not sure what those doc warnings are. Did you install rspec-rails as well? Pat On Sat, Apr 4, 2009 at 4:08 PM, Mike Williams <lists at ruby-forum.com> wrote:> Hello, > > 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. > > What can I do to remedy this? > > I''m using Leopard. > > Thanks! > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Mike Williams
2009-Apr-05 00:52 UTC
[rspec-users] Problems installing the rspec and rspec-rails gems
Pat Maddox wrote:> The rspec gem did install successfully, not sure what those doc > warnings are. Did you install rspec-rails as well? > > PatI get the same output with rspec-rails when I try to install it. When I try to run cucumber feature -n I get: Missing these required gems: rpsec >= 1.2.2 rpsec-rails >= 1.2.2 You''re running: ruby 1.8.6.114 at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby rubygems 1.3.1 at /Users/mike/.gem/ruby/1.8, /Library/Ruby/Gems/1.8, /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8 -- Posted via http://www.ruby-forum.com/.
David Chelimsky
2009-Apr-05 02:46 UTC
[rspec-users] Problems installing the rspec and rspec-rails gems
Hey Mike, Looks like the problem is installing the rdoc. Try installing with the --no-rdoc option. Cheers, David Sent from my iPhone On Apr 4, 2009, at 7:52 PM, Mike Williams <lists at ruby-forum.com> wrote:> Pat Maddox wrote: >> The rspec gem did install successfully, not sure what those doc >> warnings are. Did you install rspec-rails as well? >> >> Pat > > > I get the same output with rspec-rails when I try to install it. > > When I try to run cucumber feature -n I get: > > Missing these required gems: > rpsec >= 1.2.2 > rpsec-rails >= 1.2.2 > > You''re running: > ruby 1.8.6.114 at > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby > rubygems 1.3.1 at /Users/mike/.gem/ruby/1.8, /Library/Ruby/Gems/1.8, > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ > gems/1.8 > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Felipe Rodrigues 02
2009-Jul-15 19:57 UTC
[rspec-users] Problems installing the rspec and rspec-rails gems
I just trying to use cucumber in a rails project following the RSpec book from Pragmatic Programmers, but I am seeing the same error. The --no-rdoc didn''t worked. Don''t know where else to look for a solution. Any ideas on this one? David Chelimsky-2 wrote:> > Hey Mike, > > Looks like the problem is installing the rdoc. Try installing with the > --no-rdoc option. > > Cheers, > David > > Sent from my iPhone > > On Apr 4, 2009, at 7:52 PM, Mike Williams <lists at ruby-forum.com> wrote: > >> Pat Maddox wrote: >>> The rspec gem did install successfully, not sure what those doc >>> warnings are. Did you install rspec-rails as well? >>> >>> Pat >> >> >> I get the same output with rspec-rails when I try to install it. >> >> When I try to run cucumber feature -n I get: >> >> Missing these required gems: >> rpsec >= 1.2.2 >> rpsec-rails >= 1.2.2 >> >> You''re running: >> ruby 1.8.6.114 at >> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby >> rubygems 1.3.1 at /Users/mike/.gem/ruby/1.8, /Library/Ruby/Gems/1.8, >> /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ >> gems/1.8 >> -- >> Posted via http://www.ruby-forum.com/. >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > >----- Felipe Rodrigues http://www.fratech.net -- View this message in context: http://www.nabble.com/Problems-installing-the-rspec-and-rspec-rails-gems-tp22889148p24504741.html Sent from the rspec-users mailing list archive at Nabble.com.