From f5768c09019b303e82b7b7905b137b0e1df3823c Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 15 Oct 2006 15:10:04 +0000 Subject: Moved scanner tests into test/scanners. --- test/scanners/delphi/suite.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/scanners/delphi/suite.rb (limited to 'test/scanners/delphi/suite.rb') diff --git a/test/scanners/delphi/suite.rb b/test/scanners/delphi/suite.rb new file mode 100644 index 0000000..ace3fd2 --- /dev/null +++ b/test/scanners/delphi/suite.rb @@ -0,0 +1,3 @@ +class Delphi < CodeRay::TestCase + extension :pas +end -- cgit v1.2.1