From 5ca211b9f736e0f17c153d70adc7e5a444d12483 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Mon, 7 Jul 2014 15:34:10 -0500 Subject: [PATCH] Adding test for Normalize.css --- test/test_blob.rb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/test_blob.rb b/test/test_blob.rb index 2977bb90..aba82084 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -277,7 +277,7 @@ class TestBlob < Test::Unit::TestCase # 'thirdparty' directory assert blob("thirdparty/lib/main.c").vendored? - + # 'extern(al)' directory assert blob("extern/util/__init__.py").vendored? assert blob("external/jquery.min.js").vendored? @@ -385,7 +385,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? - + + # Normalize + assert blob("some/asset/path/normalize.css").vendored? + # Cocoapods assert blob('Pods/blah').vendored?