summaryrefslogtreecommitdiff
path: root/test/ruby/suite.rb
diff options
context:
space:
mode:
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