summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-03-09 17:41:26 -0800
committerRyan Davis <ryand@zenspider.com>2009-03-09 17:41:26 -0800
commit1d3aa9be5f5bed5999e34006a7dc4c24a4302a7f (patch)
tree169b4a48e94e8a70d81108d50be20df7bf0274b9 /Rakefile
parentf1482318edf6b528f35683a7f6d5b9237bb7b202 (diff)
downloadhoe-1d3aa9be5f5bed5999e34006a7dc4c24a4302a7f.tar.gz
This should fix pathing for minitest on the CI system
[git-p4: depot-paths = "//src/hoe/dev/": change = 4721]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index db48a4d..7e279ec 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,6 +2,8 @@
require './lib/hoe.rb'
+Hoe.add_include_dirs("../../minitest/dev/lib")
+
Hoe.new("hoe", Hoe::VERSION) do |hoe|
hoe.rubyforge_name = "seattlerb"