On Sat, Feb 7, 2009 at 12:06 PM, Fernando Perez <li...@ruby-forum.com> wrote: > >> So I uninstalled rcov, and installed instead: spicycode-rcov, but now it >> cannot find the binary file. Using spicycode do I need to make any tweak >> to a rake file? > > I finally got everything working with no bugs by doing: > > 1) git clone git://github.com/spicycode/rcov.git > 2) cd rcov > 3) sudo ruby setup.rb > > At this point it would still not work as it couln't find the rcov > binary. So I did one more step: > > 4) sudo ruby setup.rb config > > > Maybe step 3 can be replaced by step 4? > > However now spicycode-rcov doesn't appear in $ gem list, and I don't > know how to uninstall it or update it. God I hate apps that don't offer > a clear and easy an uninstall option. > -- > Posted via http://www.ruby-forum.com/.
Hi You shouldn't have to clone and install rcov manually. Just do this: gem install spicycode-rcov --source http://gems.github.com It will install just like any other gem. Rob http://thinkrelevance.com http://runcoderun.com _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users