Vendor test/fixtures

This commit is contained in:
Ted Nyman
2013-03-12 01:06:26 -07:00
parent 1c771cc27d
commit 96d29b7662
2 changed files with 7 additions and 0 deletions

View File

@@ -273,6 +273,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?
# Test fixtures
assert blob("test/fixtures/random.rkt").vendored?
assert blob("Test/fixtures/random.rkt").vendored?
end
def test_indexable