diff options
Diffstat (limited to 'test/xml/suite.rb')
-rw-r--r-- | test/xml/suite.rb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/test/xml/suite.rb b/test/xml/suite.rb index 8d2b9f0..b135c31 100644 --- a/test/xml/suite.rb +++ b/test/xml/suite.rb @@ -1,9 +1,2 @@ -class XMLTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :xml
- EXTENSION = 'xml'
-
-end
-
-$suite << XMLTest.suite if $suite
+class XML < CodeRay::TestCase +end |