From b6b2cf04a7276a30bcbce34587d9ae25d885e363 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Fri, 21 Nov 2014 09:29:28 -0600 Subject: [PATCH] Checking other case for Chart.jS --- test/test_blob.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_blob.rb b/test/test_blob.rb index ea8f13ce..eb758534 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -299,6 +299,7 @@ class TestBlob < Test::Unit::TestCase # Chart.js assert blob("some/vendored/path/Chart.js").vendored? + assert !blob("some/vendored/path/chart.js").vendored? # Codemirror deps assert blob("codemirror/mode/blah.js").vendored?