Skip to content

Commit

Permalink
Comment out Rdoc task until it can be properly run
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 committed Oct 19, 2011
1 parent 0ec737e commit 9a88c17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ RSpec::Core::RakeTask.new(:spec)
task :test => :spec task :test => :spec
task :default => :spec task :default => :spec


RDoc::Task.new do |rdoc|
rdoc.main = "README.rdoc"
rdoc.rdoc_files.include("README.rdoc", "lib/**/*.rb")
end

# FIXME warns "already initialized constant Task" # FIXME warns "already initialized constant Task"
# FIXME aborts with "uninitialized constant RDoc::VISIBILITIES" # FIXME aborts with "uninitialized constant RDoc::VISIBILITIES"
# require 'rdoc/task' # require 'rdoc/task'
Expand Down

0 comments on commit 9a88c17

Please sign in to comment.