ZenTest RDoc
Eric Hodel | Thu, 27 Apr 2006 02:57:29 GMT
The RDoc for your favorite testing toolset is now online at zentest.rubyforge.org/.
Strangely, my uploading tasks updates the RDoc every time I run it. Maybe I have the wrong task on the right hand side.
desc 'Upload RDoc to RubyForge'
task :upload => :rdoc do
user = "#{ENV['USER']}@rubyforge.org"
project = '/var/www/gforge-projects/zentest'
local_dir = 'doc'
pub = Rake::SshDirPublisher.new user, project, local_dir
pub.upload
end
no comments
Comments are disabled


Articles