From b306df7850afc2fbda92dccba433635ff0f7f56c Mon Sep 17 00:00:00 2001 From: Les Hill Date: Sun, 7 Aug 2011 19:16:34 -0700 Subject: [PATCH] resque_spec has no RDoc :) --- Rakefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Rakefile b/Rakefile index c32a2fb..efe46bd 100644 --- a/Rakefile +++ b/Rakefile @@ -14,13 +14,3 @@ RSpec::Core::RakeTask.new(:rcov) do |spec| end task :default => :spec - -require 'rake/rdoctask' -Rake::RDocTask.new do |rdoc| - version = File.exist?('VERSION') ? File.read('VERSION') : "" - - rdoc.rdoc_dir = 'rdoc' - rdoc.title = "resque_spec #{version}" - rdoc.rdoc_files.include('README*') - rdoc.rdoc_files.include('lib/**/*.rb') -end