summaryrefslogtreecommitdiff
path: root/test/scanners/yaml
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-01-01 06:11:36 +0000
committermurphy <murphy@rubychan.de>2010-01-01 06:11:36 +0000
commitb92af44362a2c7edcd9d68c021d10ed5e126ce78 (patch)
tree0d1a9c1861f1fc073ef75e207769403c7c114220 /test/scanners/yaml
parent44fcff8ba9831cede39b02d9fdc866fe5ecf785c (diff)
downloadcoderay-b92af44362a2c7edcd9d68c021d10ed5e126ce78.tar.gz
Improved scanner tests: known issues, JRuby bug workaround (see #136).
Diffstat (limited to 'test/scanners/yaml')
-rw-r--r--test/scanners/yaml/suite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scanners/yaml/suite.rb b/test/scanners/yaml/suite.rb
index 7e11075..c4ac0d4 100644
--- a/test/scanners/yaml/suite.rb
+++ b/test/scanners/yaml/suite.rb
@@ -1,3 +1,3 @@
-class YAML < CodeRay::TestCase
+class YAML_ < CodeRay::TestCase
@lang = :yaml
end