mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Remove gc for now
This commit is contained in:
@@ -71,10 +71,6 @@ class TestClassifier < Test::Unit::TestCase
|
||||
assert_equal data['tokens_total'], data['tokens'].inject(0) { |n, (_, ts)| n += ts.inject(0) { |m, (_, c)| m += c } }
|
||||
end
|
||||
|
||||
def test_gc
|
||||
Classifier.instance.gc
|
||||
end
|
||||
|
||||
def test_classify_ambiguous_languages
|
||||
Sample.each do |sample|
|
||||
language = Linguist::Language.find_by_alias(sample[:language])
|
||||
|
||||
Reference in New Issue
Block a user