summaryrefslogtreecommitdiff
path: root/test/html/suite.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/html/suite.rb')
-rw-r--r--test/html/suite.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/html/suite.rb b/test/html/suite.rb
new file mode 100644
index 0000000..bff8c83
--- /dev/null
+++ b/test/html/suite.rb
@@ -0,0 +1,9 @@
+class HTMLTest < CodeRaySuite
+
+ @file = __FILE__
+ LANG = :html
+ EXTENSION = 'html'
+
+end
+
+$suite << HTMLTest.suite if $suite