summaryrefslogtreecommitdiff
path: root/test/scanners/java
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-12-25 02:39:39 +0000
committermurphy <murphy@rubychan.de>2008-12-25 02:39:39 +0000
commit84d08ed441be2ca9f097c7ee2a571f950df961e1 (patch)
treeea8259b6fdb7decff535726708dcda9fd03d48f2 /test/scanners/java
parent79a313948f2277cf0f2e238d5765a71fee03e089 (diff)
downloadcoderay-84d08ed441be2ca9f097c7ee2a571f950df961e1.tar.gz
JRuby fixes.
Diffstat (limited to 'test/scanners/java')
-rw-r--r--test/scanners/java/suite.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/scanners/java/suite.rb b/test/scanners/java/suite.rb
index ffbc815..b6d5067 100644
--- a/test/scanners/java/suite.rb
+++ b/test/scanners/java/suite.rb
@@ -1,2 +1,4 @@
-class Java < CodeRay::TestCase
-end
+module ScannerTests
+ class Java < CodeRay::TestCase
+ end
+end \ No newline at end of file