Adding test for codemirror

This commit is contained in:
Arfon Smith
2014-11-18 19:34:41 -06:00
parent fb7dcfd62d
commit 2a5dd5b224

View File

@@ -297,6 +297,9 @@ class TestBlob < Test::Unit::TestCase
assert blob("deps/http_parser/http_parser.c").vendored?
assert blob("deps/v8/src/v8.h").vendored?
# Codemirror deps
assert blob("codemirror/mode/blah.js").vendored?
# Debian packaging
assert blob("debian/cron.d").vendored?