mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add more test fixture files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user