Rakefile in resque_spec-0.6.8 vs Rakefile in resque_spec-0.7.0
- old
+ new
@@ -12,15 +12,5 @@
spec.pattern = 'spec/**/*_spec.rb'
spec.rcov = true
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