diff options
author | murphy <murphy@rubychan.de> | 2009-06-17 21:01:11 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-06-17 21:01:11 +0000 |
commit | 65bb3600b06670f7a8a5293cc24ca3a93932a8b4 (patch) | |
tree | 3a99f8f5eee430ab6747ac2b75666905f5758d81 /test | |
parent | 811e389a2b1c1967178ee5797c8e0934bfe83a29 (diff) | |
download | coderay-65bb3600b06670f7a8a5293cc24ca3a93932a8b4.tar.gz |
Fixed an issue with the YAML class being redefined by the scanners tests.
Diffstat (limited to 'test')
-rw-r--r-- | test/scanners/yaml/suite.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scanners/yaml/suite.rb b/test/scanners/yaml/suite.rb index 9231fb2..ccbcc72 100644 --- a/test/scanners/yaml/suite.rb +++ b/test/scanners/yaml/suite.rb @@ -1,2 +1,3 @@ -class YAML < CodeRay::TestCase +class YAMLTests < CodeRay::TestCase + @lang = :yaml end |