Extend vendor test for html5shiv

This commit is contained in:
Mikkel Madsen
2014-05-13 09:00:43 +02:00
parent 868e9df434
commit 91877056fb

View File

@@ -341,6 +341,10 @@ class TestBlob < Test::Unit::TestCase
# NuGet Packages
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
# Html5shiv
assert blob("Scripts/html5shiv.js").vendored?
assert blob("Scripts/html5shiv.min.js").vendored?
# Test fixtures
assert blob("test/fixtures/random.rkt").vendored?