mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Adding puphpet to vendored list
This commit is contained in:
@@ -255,5 +255,8 @@
|
|||||||
- proguard.pro
|
- proguard.pro
|
||||||
- proguard-rules.pro
|
- proguard-rules.pro
|
||||||
|
|
||||||
|
# PuPHPet
|
||||||
|
- ^puphpet/
|
||||||
|
|
||||||
# Android Google APIs
|
# Android Google APIs
|
||||||
- (^|/)\.google_apis/
|
- (^|/)\.google_apis/
|
||||||
|
|||||||
@@ -457,6 +457,9 @@ class TestBlob < Minitest::Test
|
|||||||
|
|
||||||
assert_predicate fixture_blob(".google_apis/bar.jar"), :vendored?
|
assert_predicate fixture_blob(".google_apis/bar.jar"), :vendored?
|
||||||
assert_predicate fixture_blob("foo/.google_apis/bar.jar"), :vendored?
|
assert_predicate fixture_blob("foo/.google_apis/bar.jar"), :vendored?
|
||||||
|
|
||||||
|
# Vagrant
|
||||||
|
assert sample_blob("puphpet/file.pp").vendored?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_documentation
|
def test_documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user