Skip to content

Commit

Permalink
Remove documentation sync rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jun 22, 2010
1 parent 5db8e5b commit 2e0a2e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Expand Up @@ -30,11 +30,6 @@ task :coverage do
system "rcov --rails --sort coverage -Ilib #{files.join(' ')}"
end

desc 'Update documentation on website'
task :sync_docs => 'rdoc' do
`rsync -ave ssh doc/ dev@dev.thoughtbot.com:/home/dev/www/dev.thoughtbot.com/shoulda`
end

desc 'Default: run tests for all supported versions of Rails'
task :default do
%w(2.3.8 3.0.0.beta4).each do |version|
Expand All @@ -50,4 +45,3 @@ end

desc "Clean files generated by rake tasks"
task :clobber => [:clobber_rdoc, :clobber_package]

0 comments on commit 2e0a2e0

Please sign in to comment.