mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Added a test case for the "dependencies" folder exclusion pattern
This commit is contained in:
@@ -203,6 +203,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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user