mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Vendor test/fixtures
This commit is contained in:
@@ -108,3 +108,6 @@
|
|||||||
|
|
||||||
# Samples folders
|
# Samples folders
|
||||||
- ^[Ss]amples/
|
- ^[Ss]amples/
|
||||||
|
|
||||||
|
# Test fixtures
|
||||||
|
- ^[Tt]est/fixtures/
|
||||||
|
|||||||
@@ -273,6 +273,10 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
||||||
|
|
||||||
|
# Test fixtures
|
||||||
|
assert blob("test/fixtures/random.rkt").vendored?
|
||||||
|
assert blob("Test/fixtures/random.rkt").vendored?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_indexable
|
def test_indexable
|
||||||
|
|||||||
Reference in New Issue
Block a user