summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-01-08 13:38:53 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-01-08 13:38:53 +0000
commit4e78cd7c26ef3a2b9f88fde8d0ee90fdae667bd1 (patch)
treee0ccd911c867ba9476b24ac0eddfd48640d3083d /Rakefile
parent5f66c9a33880a85570e4513b4a5a21a8b649278c (diff)
downloadslop-4e78cd7c26ef3a2b9f88fde8d0ee90fdae667bd1.tar.gz
commented out the wrong thing, fml
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index cf967fb..2f3655f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ Rake::TestTask.new do |t|
t.test_files = Dir['test/*_test.rb']
end
-require 'rdoc/task'
+# require 'rdoc/task'
# requires sdoc and horo gems
# RDoc::Task.new do |rdoc|