mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Adding test for Normalize.css
This commit is contained in:
@@ -277,7 +277,7 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
|
|
||||||
# 'thirdparty' directory
|
# 'thirdparty' directory
|
||||||
assert blob("thirdparty/lib/main.c").vendored?
|
assert blob("thirdparty/lib/main.c").vendored?
|
||||||
|
|
||||||
# 'extern(al)' directory
|
# 'extern(al)' directory
|
||||||
assert blob("extern/util/__init__.py").vendored?
|
assert blob("extern/util/__init__.py").vendored?
|
||||||
assert blob("external/jquery.min.js").vendored?
|
assert blob("external/jquery.min.js").vendored?
|
||||||
@@ -385,7 +385,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?
|
||||||
|
|
||||||
|
# Normalize
|
||||||
|
assert blob("some/asset/path/normalize.css").vendored?
|
||||||
|
|
||||||
# Cocoapods
|
# Cocoapods
|
||||||
assert blob('Pods/blah').vendored?
|
assert blob('Pods/blah').vendored?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user