summaryrefslogtreecommitdiff
path: root/test/scanners/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-15 15:10:04 +0000
committermurphy <murphy@rubychan.de>2006-10-15 15:10:04 +0000
commitf5768c09019b303e82b7b7905b137b0e1df3823c (patch)
treea0bca63a318f848c6932070b4779226520fa040c /test/scanners/suite.rb
parentdd1f6c2ed2fa76d8862233494519d797e9ffb488 (diff)
downloadcoderay-f5768c09019b303e82b7b7905b137b0e1df3823c.tar.gz
Moved scanner tests into test/scanners.
Diffstat (limited to 'test/scanners/suite.rb')
-rw-r--r--test/scanners/suite.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scanners/suite.rb b/test/scanners/suite.rb
new file mode 100644
index 0000000..970492d
--- /dev/null
+++ b/test/scanners/suite.rb
@@ -0,0 +1,4 @@
+mydir = File.dirname(__FILE__)
+require File.join(mydir, 'coderay_suite')
+
+CodeRay::TestSuite.run