Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
eliminate a warning when running tests (by killing rdoc)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwaller committed Mar 21, 2012
1 parent a92589b commit fb86990
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Rakefile
Expand Up @@ -38,16 +38,6 @@ Rake::TestTask.new(:test) do |test|
test.verbose = true
end

require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

rdoc.rdoc_dir = 'rdoc'
rdoc.title = "soulmate #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end

REDIS_DIR = File.expand_path(File.join("..", "test"), __FILE__)
REDIS_CNF = File.join(REDIS_DIR, "test.conf")
REDIS_PID = File.join(REDIS_DIR, "db", "redis.pid")
Expand Down

0 comments on commit fb86990

Please sign in to comment.