mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Fix bad fixture
This commit is contained in:
@@ -79,7 +79,7 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
def test_encoding
|
def test_encoding
|
||||||
assert_equal "ISO-8859-2", blob("README").encoding
|
assert_equal "ISO-8859-2", blob("README").encoding
|
||||||
assert_equal "ISO-8859-1", blob("dump.sql").encoding
|
assert_equal "ISO-8859-1", blob("dump.sql").encoding
|
||||||
assert_equal "UTF-8", blob("file.txt").encoding
|
assert_equal "UTF-8", blob("foo.txt").encoding
|
||||||
assert_nil blob("dog.o").encoding
|
assert_nil blob("dog.o").encoding
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -225,7 +225,7 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
|
|
||||||
# Fabric
|
# Fabric
|
||||||
assert blob("fabfile.py").vendored?
|
assert blob("fabfile.py").vendored?
|
||||||
|
|
||||||
# WAF
|
# WAF
|
||||||
assert blob("waf").vendored?
|
assert blob("waf").vendored?
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user