test/test_format_detector.rb in tracksperanto-2.9.4 vs test/test_format_detector.rb in tracksperanto-2.9.5

- old
+ new

@@ -1,8 +1,8 @@ # -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/helper' -class FormatDetectorTest < Test::Unit::TestCase +class TestFormatDetector < Test::Unit::TestCase def test_match_unknown file = "/tmp/unknown.someext" d = Tracksperanto::FormatDetector.new(file)