Add binary & ascii STLs and OBJs

This commit is contained in:
Mike Skalnik
2013-01-17 14:15:01 -08:00
parent c625642845
commit 041ab041ae
5 changed files with 132 additions and 0 deletions

View File

@@ -132,6 +132,12 @@ class TestBlob < Test::Unit::TestCase
assert !blob("Binary/octocat.psd").image?
end
def test_solid
assert blob("Binary/cube.stl").solid?
assert blob("Text/cube.stl").solid?
assert blob("Text/cube.obj").solid?
end
def test_viewable
assert blob("Text/README").viewable?
assert blob("Ruby/foo.rb").viewable?