From 91877056fb5f246bdf0d14a2c3a592cb72c32cf3 Mon Sep 17 00:00:00 2001 From: Mikkel Madsen Date: Tue, 13 May 2014 09:00:43 +0200 Subject: [PATCH] Extend vendor test for html5shiv --- test/test_blob.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test_blob.rb b/test/test_blob.rb index ec1443ad..6c6109b9 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -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?