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
on 06.05.2008 06:23
on 06.05.2008 19:12
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
on 06.05.2008 23:47
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