mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Ensure ext/ dir isn't ignored
This commit is contained in:
@@ -181,6 +181,7 @@ class TestBlob < Test::Unit::TestCase
|
||||
|
||||
def test_vendored
|
||||
assert !blob("README").vendored?
|
||||
assert !blob("ext/extconf.rb").vendored?
|
||||
|
||||
# Node depedencies
|
||||
assert blob("node_modules/coffee-script/lib/coffee-script.js").vendored?
|
||||
|
||||
Reference in New Issue
Block a user