Checking other case for Chart.jS

This commit is contained in:
Arfon Smith
2014-11-21 09:29:28 -06:00
parent 38190d92fc
commit b6b2cf04a7

View File

@@ -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?