summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Tucker <jftucker@gmail.com>2011-05-22 22:50:04 -0700
committerJames Tucker <jftucker@gmail.com>2011-05-22 22:50:04 -0700
commit2e296a27fb722e9bbf3567340e5b3b2d54412abc (patch)
tree28f1b8c7a1e2d3e940650eb5c0917e1a82689377 /Rakefile
parent85312d6b51653db083c0b6ece10f008869244250 (diff)
downloadrack-2e296a27fb722e9bbf3567340e5b3b2d54412abc.tar.gz
We don't actually use rdoctask
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d16f5d04..d6f3a9ae 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,4 @@
# Rakefile for Rack. -*-ruby-*-
-require 'rake/rdoctask'
desc "Run all the tests"
task :default => [:test]