Added Vagrantfile to vendors.yml

Closes #619
This commit is contained in:
Bartvds
2013-08-14 18:55:24 +02:00
parent 1847b237c9
commit f3007215b1
2 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -321,6 +321,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