summaryrefslogtreecommitdiff
path: root/test/rhtml/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-07-11 05:45:00 +0000
committermurphy <murphy@rubychan.de>2006-07-11 05:45:00 +0000
commitf52bf8ab02dfe021e415adb17fb01ea9b1d388f1 (patch)
treef69ef9b8323175f8fbb0b0d11d8f8d3fea53ea4c /test/rhtml/suite.rb
parent7bb2aef0553091a10c197e302475c9f14de8a860 (diff)
downloadcoderay-f52bf8ab02dfe021e415adb17fb01ea9b1d388f1.tar.gz
Totally revamped test system. Nitro will be fixed soon.
A bunch of new tests. Delphi and XML are now tested, too. bench/example.dump deleted (depends on Ruby version, OS, whatever. Nothing for the repo.)
Diffstat (limited to 'test/rhtml/suite.rb')
-rw-r--r--test/rhtml/suite.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/test/rhtml/suite.rb b/test/rhtml/suite.rb
index c9cd989..aa10fff 100644
--- a/test/rhtml/suite.rb
+++ b/test/rhtml/suite.rb
@@ -1,9 +1,2 @@
-class RHTMLTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :rhtml
- EXTENSION = 'rhtml'
-
-end
-
-$suite << RHTMLTest.suite if $suite
+class RHTML < CodeRay::TestCase
+end