On Wed, Sep 23, 2009 at 12:16 PM, DanS <[email protected]> wrote:
> I'm trying to install rspec so I can work with the new book chapter.
> This what the console shows after running "rake install_gem"
>
>  Successfully built RubyGem
>  Name: rspec
>  Version: 1.2.9.rc1
>  File: rspec-1.2.9.rc1.gem
> mv rspec-1.2.9.rc1.gem pkg/rspec-1.2.9.rc1.gem
> sudo gem install  bmabey-fakefs --version '>=0.1.1'
> ERROR:  could not find gem bmabey-fakefs locally or in a repository
>
> I went and installed bmabey-fakefs from:
> http://github.com/bmabey/fakefs
>
> but I still get the same error after installing bmabey-fakefs.  I
> notice that "gem list" command shows this as "fakefs" and not "bmabey-
> fakefs" but I don't know if this naming difference matters, or what to
> do about it if it does.
>
> Can anyone tell me how to solve this?  Or if I can safely ignore this?

2 things you can do. Install from rubyforge:

[sudo] gem install rspec --prerelease

or ....

if you clone the git rep, just install it w/ the gem command:

rake gem
[sudo] gem install pkg/rspec-1.2.9.rc1.gem



> Any help appreciated.
>
> Dan
> _______________________________________________
> rspec-users mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to