summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-22 15:12:15 -0700
committerTim Smith <tsmith@chef.io>2018-08-22 15:12:15 -0700
commit1493cb3aca93c5a5ccfedd24faff82379ecec6ea (patch)
treeda0c086f795d69d4ab9230cfc82539ca7b841dc2 /Rakefile
parent9ebd49d506f6debfde723486359abcf952041c26 (diff)
downloadchef-1493cb3aca93c5a5ccfedd24faff82379ecec6ea.tar.gz
Remove the rdoc task
No need for this anymore Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e3b1f00eec..04bdb107ed 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,7 +19,6 @@
require "rubygems"
require "chef-config/package_task"
-require "rdoc/task"
require_relative "tasks/rspec"
require_relative "tasks/maintainers"
require_relative "tasks/cbgb"