summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2010-08-20 18:55:42 -0800
committerRyan Davis <ryand@zenspider.com>2010-08-20 18:55:42 -0800
commit462fda01d14c9ca16e86957bf0b871e2dc76889b (patch)
tree78ee2f8046ff45f4372d6adc484f3da2cc2c2157 /Rakefile
parent5865a31084a393b873c68a85f7f5c51566ff07e8 (diff)
downloadhoe-462fda01d14c9ca16e86957bf0b871e2dc76889b.tar.gz
Fixed rakefile for rake multi runs
[git-p4: depot-paths = "//src/hoe/dev/": change = 5815]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ce85f0d..0611da0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,6 +4,8 @@ $: << 'lib'
require './lib/hoe.rb'
+Hoe.add_include_dirs "../../minitest/dev/lib"
+
Hoe.plugin :seattlerb
Hoe.spec "hoe" do