summaryrefslogtreecommitdiff
path: root/test/functional/basic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/basic.rb')
-rwxr-xr-xtest/functional/basic.rb2
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