mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
add tests/fixtures to vendor.yml
This commit is contained in:
@@ -224,7 +224,7 @@
|
|||||||
- ^readme$
|
- ^readme$
|
||||||
|
|
||||||
# Test fixtures
|
# Test fixtures
|
||||||
- ^[Tt]est/fixtures/
|
- ^[Tt]ests?/fixtures/
|
||||||
|
|
||||||
# PhoneGap/Cordova
|
# PhoneGap/Cordova
|
||||||
- (^|/)cordova([^.]*)\.js$
|
- (^|/)cordova([^.]*)\.js$
|
||||||
|
|||||||
@@ -421,6 +421,7 @@ class TestBlob < Minitest::Test
|
|||||||
# Test fixtures
|
# Test fixtures
|
||||||
assert sample_blob("test/fixtures/random.rkt").vendored?
|
assert sample_blob("test/fixtures/random.rkt").vendored?
|
||||||
assert sample_blob("Test/fixtures/random.rkt").vendored?
|
assert sample_blob("Test/fixtures/random.rkt").vendored?
|
||||||
|
assert sample_blob("tests/fixtures/random.rkt").vendored?
|
||||||
|
|
||||||
# Cordova/PhoneGap
|
# Cordova/PhoneGap
|
||||||
assert sample_blob("cordova.js").vendored?
|
assert sample_blob("cordova.js").vendored?
|
||||||
|
|||||||
Reference in New Issue
Block a user