Ruby Forum RSpec > "Plugin not found" after RSpec install

Posted by Eeby (Guest)
on 06.05.2008 06:23
(Received via mailing list)
I tried to install the RSpec Rails plugin as described here:

http://rspec.info/documentation/rails/install.html

After I run this...

ruby script/plugin install 
http://rspec.rubyforge.org/svn/tags/CURRENT/rspec

At the very end after a lot of output I get this error:

Plugin not found: ["http://rspec.rubyforge.org/svn/tags/CURRENT/
rspec"]

It looks as though it actually was installed because the dir is there
and the output reported scores of items being installed.

Any idea why I get that error?

Thanks,

Ethan
Posted by George Anderson (Guest)
on 06.05.2008 19:12
(Received via mailing list)
Can you pastie the full output?

/g

On Tue, May 6, 2008 at 12:15 AM, Eeby <jmenoube@gmail.com> wrote:
>  Plugin not found: ["http://rspec.rubyforge.org/svn/tags/CURRENT/
>  _______________________________________________
>  rspec-users mailing list
>  rspec-users@rubyforge.org
>  http://rubyforge.org/mailman/listinfo/rspec-users
>



--

George Anderson

BenevolentCode LLC
O: (410) 461-7553
C: (410) 218-5185

george@benevolentcode.com
Posted by Eeby (Guest)
on 06.05.2008 23:47
(Received via mailing list)
On May 6, 10:11 am, "George Anderson" <geo...@benevolentcode.com>
wrote:
> Can you pastie the full output?
>
> /g

I deleted the plugins from my project to replay the whole scenario so
I could copy and paste it. However, this time there was no error.

I pasted it anyway:

http://pastie.caboo.se/192662

Thanks,

Ethan