summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-03-09 16:11:48 -0800
committerRyan Davis <ryand@zenspider.com>2009-03-09 16:11:48 -0800
commitf1482318edf6b528f35683a7f6d5b9237bb7b202 (patch)
tree623e96faf272c40ea61a5023f1dcb899edb08fc8 /Rakefile
parente0efa1b9fc91dba7bf71389cb5c7839763fb4b1d (diff)
downloadhoe-f1482318edf6b528f35683a7f6d5b9237bb7b202.tar.gz
Switched to minitest. Fixed flay in tests
[git-p4: depot-paths = "//src/hoe/dev/": change = 4716]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d6309d3..db48a4d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,6 +7,7 @@ Hoe.new("hoe", Hoe::VERSION) do |hoe|
hoe.developer("Ryan Davis", "ryand-ruby@zenspider.com")
+ hoe.testlib = :minitest
hoe.blog_categories << "Seattle.rb" << "Ruby"
end