Add test for WAF to test_vendored

This commit is contained in:
Michael Maclean
2011-09-21 17:07:47 +02:00
parent 5a584c095b
commit 29c413366e

View File

@@ -225,6 +225,9 @@ class TestBlob < Test::Unit::TestCase
# Fabric
assert blob("fabfile.py").vendored?
# WAF
assert blob("waf").vendored?
end
def test_indexable