summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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