From a572b467b4581086495a998497d5f1a731f2e862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Weing=C3=A4rtner?= Date: Wed, 15 Aug 2012 02:11:15 +0300 Subject: [PATCH] testcase for 90f1ba9 --- test/test_blob.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_blob.rb b/test/test_blob.rb index c8f103ee..df5fbdc3 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -189,6 +189,9 @@ class TestBlob < Test::Unit::TestCase # C deps assert blob("deps/http_parser/http_parser.c").vendored? assert blob("deps/v8/src/v8.h").vendored? + + # Debian packaging + assert blob("debian/cron.d").vendored? # Prototype assert !blob("public/javascripts/application.js").vendored?