summaryrefslogtreecommitdiff
path: root/test/ruby/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/ruby/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/ruby/suite.rb')
-rw-r--r--test/ruby/suite.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/test/ruby/suite.rb b/test/ruby/suite.rb
index 751b364..c56b3bd 100644
--- a/test/ruby/suite.rb
+++ b/test/ruby/suite.rb
@@ -1,9 +1,3 @@
-class RubyTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :ruby
- EXTENSION = 'rb'
-
-end
-
-$suite << RubyTest.suite if $suite
+class Ruby < CodeRay::TestCase
+ extension :rb
+end