diff options
author | murphy <murphy@rubychan.de> | 2010-01-01 06:11:36 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-01-01 06:11:36 +0000 |
commit | b92af44362a2c7edcd9d68c021d10ed5e126ce78 (patch) | |
tree | 0d1a9c1861f1fc073ef75e207769403c7c114220 /test/scanners/yaml | |
parent | 44fcff8ba9831cede39b02d9fdc866fe5ecf785c (diff) | |
download | coderay-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.rb | 2 |
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 |