diff options
author | murphy <murphy@rubychan.de> | 2006-10-18 08:33:33 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-18 08:33:33 +0000 |
commit | 4d7ce5f7037580a127ae26d36f49ac5cdf49000d (patch) | |
tree | 5301411f9d019e2fc58858383f941963feaa60de /test/functional | |
parent | 2c0a26c2f541fdd74d7af2d814c91d799121f761 (diff) | |
download | coderay-4d7ce5f7037580a127ae26d36f49ac5cdf49000d.tar.gz |
Fixed functional test.
Fixed Ruby scanner (/= was scanned as regexp!)
Made bench.rb run from any folder.
Made scanner test diff function work via EDITOR instead of gvimdiff.
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/basic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/basic.rb b/test/functional/basic.rb index d793f5f..a00e4ae 100755 --- a/test/functional/basic.rb +++ b/test/functional/basic.rb @@ -38,7 +38,7 @@ class Basic < Test::Unit::TestCase SCANNERS_LIST = %w( c delphi html nitro_xhtml plaintext rhtml ruby xml ) - def test_list_of_encoders + def test_list_of_scanners assert_equal(SCANNERS_LIST, CodeRay::Scanners.list.sort) end end
\ No newline at end of file |