summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-06-17 21:01:11 +0000
committermurphy <murphy@rubychan.de>2009-06-17 21:01:11 +0000
commit65bb3600b06670f7a8a5293cc24ca3a93932a8b4 (patch)
tree3a99f8f5eee430ab6747ac2b75666905f5758d81 /test
parent811e389a2b1c1967178ee5797c8e0934bfe83a29 (diff)
downloadcoderay-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.rb3
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