Skip to content

Commit

Permalink
Remove unused rdoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
dburkes committed Sep 1, 2011
1 parent 1acd51f commit fff44ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Rakefile
@@ -1,17 +1,8 @@
require 'bundler'
require 'rdoc/task'
require 'rspec/core/rake_task'
Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new(:spec)

Rake::RDocTask.new do |rd|
rd.rdoc_dir = "doc"
rd.rdoc_files.include("lib/**/*.rb")
rd.rdoc_files.include("README.rdoc")
rd.rdoc_files.include("MIT-LICENSE")
rd.main = "README.rdoc"
end

desc 'Default: run specs.'
task :default => :spec

0 comments on commit fff44ed

Please sign in to comment.