summaryrefslogtreecommitdiff
path: root/test/ruby/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-10-29 04:55:53 +0000
committermurphy <murphy@rubychan.de>2005-10-29 04:55:53 +0000
commit32440c8970eb351320ed3a9d5a986d275d3371c8 (patch)
treee86c71a856593d14ba03ce896f6ac773cddb6fec /test/ruby/suite.rb
parentfb64737038ca13b4047219c429560b97b98fe22b (diff)
downloadcoderay-32440c8970eb351320ed3a9d5a986d275d3371c8.tar.gz
Added Test environment.
Diffstat (limited to 'test/ruby/suite.rb')
-rw-r--r--test/ruby/suite.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ruby/suite.rb b/test/ruby/suite.rb
new file mode 100644
index 0000000..b69cf6a
--- /dev/null
+++ b/test/ruby/suite.rb
@@ -0,0 +1,9 @@
+class RubyTest < CodeRaySuite
+
+ @file = __FILE__
+ LANG = :ruby
+ EXTENSION = 'rb'
+
+end
+
+$suite << RubyTest.suite if $suite