summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-10-19 17:28:37 +0000
committermurphy <murphy@rubychan.de>2009-10-19 17:28:37 +0000
commit891f2c67fd1fff2aeddc6de8ec6d55d8a09fba16 (patch)
tree138ec461d01a0c208f5215f89701121fbbdb20f8
parent094616e18e4a0f441fe6f88c65dc1b86be5668d2 (diff)
downloadcoderay-891f2c67fd1fff2aeddc6de8ec6d55d8a09fba16.tar.gz
Renaming YAMLTests.
-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 ccbcc72..7e11075 100644
--- a/test/scanners/yaml/suite.rb
+++ b/test/scanners/yaml/suite.rb
@@ -1,3 +1,3 @@
-class YAMLTests < CodeRay::TestCase
+class YAML < CodeRay::TestCase
@lang = :yaml
end