Skip to content

Commit

Permalink
resque_spec has no RDoc :)
Browse files Browse the repository at this point in the history
  • Loading branch information
leshill committed Aug 8, 2011
1 parent bc37408 commit b306df7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Expand Up @@ -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

0 comments on commit b306df7

Please sign in to comment.