Classify the .google_apis/ directory as vendored

This is used in Android projects that use certain Google SDKs to store
the SDKs locally.
This commit is contained in:
Adam Roben
2015-02-20 10:36:47 -05:00
parent df552c241e
commit 80f72a5093
2 changed files with 6 additions and 0 deletions

View File

@@ -439,6 +439,9 @@ class TestBlob < Minitest::Test
assert sample_blob("activator.bat").vendored?
assert sample_blob("subproject/activator").vendored?
assert sample_blob("subproject/activator.bat").vendored?
assert_predicate fixture_blob(".google_apis/bar.jar"), :vendored?
assert_predicate fixture_blob("foo/.google_apis/bar.jar"), :vendored?
end
def test_documentation