Add more test fixture files

This commit is contained in:
Joshua Peek
2011-09-06 15:39:22 -05:00
parent 0239a59248
commit f9df8685b4
21 changed files with 778 additions and 1 deletions

View File

@@ -94,13 +94,13 @@ class TestBlob < Test::Unit::TestCase
def test_text
assert blob("README").text?
assert blob("dump.sql").text?
assert blob("file.json").text?
assert blob("file.txt").text?
assert blob("md").text?
assert blob("script.sh").text?
assert blob("tender.md").text?
assert blob("txt").text?
assert blob("zip").text?
end
def test_image