Merge pull request #620 from Bartvds/master

Added Vagrantfile and Chef /cookbooks to vendors.yml
This commit is contained in:
Ted Nyman
2013-11-04 21:05:08 -08:00
2 changed files with 6 additions and 0 deletions

View File

@@ -153,5 +153,8 @@
- (^|/)cordova([^.]*)(\.min)?\.js$
- (^|/)cordova\-\d\.\d(\.\d)?(\.min)?\.js$
# Vagrant
- ^Vagrantfile$
# .DS_Store's
- .[Dd][Ss]_[Ss]tore$

View File

@@ -324,6 +324,9 @@ class TestBlob < Test::Unit::TestCase
assert blob("cordova.min.js").vendored?
assert blob("cordova-2.1.0.js").vendored?
assert blob("cordova-2.1.0.min.js").vendored?
# Vagrant
assert blob("Vagrantfile").vendored?
end
def test_language