Merge pull request #561 from assassini/master

Added an exclusion pattern for a "dependencies" folder in the root directory
This commit is contained in:
Ted Nyman
2013-11-04 21:00:50 -08:00
2 changed files with 6 additions and 0 deletions

View File

@@ -210,6 +210,9 @@ class TestBlob < Test::Unit::TestCase
assert !blob("Text/README").vendored?
assert !blob("ext/extconf.rb").vendored?
# Dependencies
assert blob("dependencies/windows/headers/GL/glext.h").vendored?
# Node dependencies
assert blob("node_modules/coffee-script/lib/coffee-script.js").vendored?