mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Remove old test
This commit is contained in:
@@ -201,10 +201,6 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
# Minified CSS
|
# Minified CSS
|
||||||
assert !blob("CSS/bootstrap.css").generated?
|
assert !blob("CSS/bootstrap.css").generated?
|
||||||
assert blob("CSS/bootstrap.min.css").generated?
|
assert blob("CSS/bootstrap.min.css").generated?
|
||||||
|
|
||||||
# Cython-generated C/C++
|
|
||||||
assert blob("C/sgd_fast.c").generated?
|
|
||||||
assert blob("C++/wrapper_inner.cpp").generated?
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_vendored
|
def test_vendored
|
||||||
|
|||||||
Reference in New Issue
Block a user