"Plugin not found" after RSpec install

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

Can you pastie the full output?

/g

On Tue, May 6, 2008 at 12:15 AM, Eeby [email protected] wrote:

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


rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

George A.

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

[email protected]

On May 6, 10:11 am, “George A.” [email protected]
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