Merge pull request #2286 from github/puphpet

Adding puphpet to vendored list
This commit is contained in:
Arfon Smith
2015-03-30 16:57:43 -05:00
2 changed files with 7 additions and 1 deletions

View File

@@ -236,7 +236,7 @@
# Vagrant
- ^Vagrantfile$
# .DS_Store's
# .DS_Stores
- .[Dd][Ss]_[Ss]tore$
# R packages
@@ -255,5 +255,8 @@
- proguard.pro
- proguard-rules.pro
# PuPHPet
- ^puphpet/
# Android Google APIs
- (^|/)\.google_apis/

View File

@@ -457,6 +457,9 @@ class TestBlob < Minitest::Test
assert_predicate fixture_blob(".google_apis/bar.jar"), :vendored?
assert_predicate fixture_blob("foo/.google_apis/bar.jar"), :vendored?
# Vagrant
assert sample_blob("puphpet/file.pp").vendored?
end
def test_documentation