summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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")