On 10/26/07, Jonathan Linowes <[EMAIL PROTECTED]> wrote: > Hi, > has anyone here written a capistrano task for rspec to run through my > specs on the deployed server? I'd appreciate a snippet or two to get > me started. > Thx > linoj > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Should be as easy as checking out the code, cd'ing to the dir and running "rake spec RAILS_ENV=testing" Also you might want to look into cruisecontrol.rb which is a nice continuous integration server. It runs your full suite whenever you commit code. Pat _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users