Some tests to go with #2290

This commit is contained in:
Arfon Smith
2015-03-31 19:33:50 -05:00
parent 0cc33fd560
commit 20f19bf049

View File

@@ -459,6 +459,10 @@ class TestBlob < Minitest::Test
assert_predicate fixture_blob(".google_apis/bar.jar"), :vendored?
assert_predicate fixture_blob("foo/.google_apis/bar.jar"), :vendored?
# Sphinx docs
assert sample_blob("docs/_build/asset.doc").vendored?
assert sample_blob("docs/theme/file.css").vendored?
# Vagrant
assert sample_blob("puphpet/file.pp").vendored?
end