summary refs log tree commit
diff options
context:
space:
mode:
authorJames Tucker <jftucker@gmail.com>2011-05-22 22:50:04 -0700
committerJames Tucker <jftucker@gmail.com>2011-05-23 00:22:36 -0700
commitc44ee0a07a98f64c3b220460835476e28cb1239f (patch)
tree1d9049ebf5d05c0f26697c9eff0f7e085715266b
parentf70b894d21947e0b2fe8e24ae003ab160daaec6e (diff)
downloadrack-c44ee0a07a98f64c3b220460835476e28cb1239f.tar.gz
We don't actually use rdoctask
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f4fa2392..268d931d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,4 @@
 # Rakefile for Rack.  -*-ruby-*-
-require 'rake/rdoctask'
 
 desc "Run all the tests"
 task :default => [:test]