summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-03-13 14:25:53 -0800
committerRyan Davis <ryand@zenspider.com>2009-03-13 14:25:53 -0800
commit04f5e8b00ff732d62bad9a43d6cd768b20e7a31a (patch)
tree0a0c8936a00a977d3c09abbb881dbfd6c0388b0a /test
parent7f4ad2c6bc981b044020ea57280a38cd6e7c27a5 (diff)
downloadhoe-04f5e8b00ff732d62bad9a43d6cd768b20e7a31a.tar.gz
+ Hooked into FlayTask.
+ Added timebomb method. Set flay/flog thresholds to degrade over time. [git-p4: depot-paths = "//src/hoe/dev/": change = 4742]
Diffstat (limited to 'test')
-rw-r--r--test/test_hoe.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_hoe.rb b/test/test_hoe.rb
index 9ce20dc..1603f0f 100644
--- a/test/test_hoe.rb
+++ b/test/test_hoe.rb
@@ -49,6 +49,7 @@ class TestHoe < MiniTest::Unit::TestCase
expected += boring
expected.delete "flay" unless defined? ::FlayTask
+ expected.delete "flog" unless defined? ::FlogTask
spec = Hoe.new('blah', '1.0.0') do |h|
h.developer("name", "email")