Unused test

This commit is contained in:
Vicent Marti
2014-11-03 00:44:36 +01:00
parent fcd26da282
commit d12aff9776

View File

@@ -8,8 +8,6 @@ require 'mime/types'
class TestBlob < Test::Unit::TestCase
include Linguist
Lexer = Pygments::Lexer
def setup
# git blobs are normally loaded as ASCII-8BIT since they may contain data
# with arbitrary encoding not known ahead of time
@@ -468,10 +466,6 @@ class TestBlob < Test::Unit::TestCase
end
end
def test_lexer
assert_equal Lexer['Ruby'], blob("Ruby/foo.rb").lexer
end
def test_minified_files_not_safe_to_highlight
assert !blob("JavaScript/jquery-1.6.1.min.js").safe_to_colorize?
end