Treat Carthage path as vendored

This commit is contained in:
Evgenii Neumerzhitckii
2015-05-23 21:54:25 +10:00
parent b92b3af602
commit a1e8fc4f97
2 changed files with 7 additions and 1 deletions

View File

@@ -163,6 +163,9 @@
## Obj-C ##
# Carthage
- ^Carthage/
# Cocoapods
- ^Pods/

View File

@@ -422,6 +422,9 @@ class TestBlob < Minitest::Test
# Normalize
assert sample_blob("some/asset/path/normalize.css").vendored?
# Carthage
assert sample_blob('Carthage/blah').vendored?
# Cocoapods
assert sample_blob('Pods/blah').vendored?