Add detection for CSV

This commit is contained in:
Yaroslav Shirokov
2013-04-04 14:01:09 -07:00
parent b99abba27f
commit b68732f0c7
3 changed files with 14 additions and 0 deletions

View File

@@ -137,6 +137,10 @@ class TestBlob < Test::Unit::TestCase
assert blob("Text/cube.stl").solid?
end
def test_csv
assert blob("Text/cars.csv").csv?
end
def test_pdf
assert blob("Binary/foo.pdf").pdf?
end