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.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/test/html/suite.rb b/test/html/suite.rb
index f4cd6f4..29c45f8 100644
--- a/test/html/suite.rb
+++ b/test/html/suite.rb
@@ -1,9 +1,2 @@
-class HTMLTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :html
- EXTENSION = 'html'
-
-end
-
-$suite << HTMLTest.suite if $suite
+class HTML < CodeRay::TestCase
+end