Merge pull request #2293 from github/sphinx-docs-tests

Some tests to go with #2290
This commit is contained in:
Arfon Smith
2015-03-31 19:39:45 -05:00

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