From 20f19bf049d191157b03271031ffc1e66beed21a Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Tue, 31 Mar 2015 19:33:50 -0500 Subject: [PATCH] Some tests to go with #2290 --- test/test_blob.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test_blob.rb b/test/test_blob.rb index 38c90d6b..138eef8e 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -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