summaryrefslogtreecommitdiff
path: root/test/xml/suite.rb
blob: 8d2b9f09ed58bc9a151a4817111fc4dd0fbe5502 (plain)
1
2
3
4
5
6
7
8
9
class XMLTest < CodeRaySuite

  @file = __FILE__
  LANG = :xml
  EXTENSION = 'xml'

end

$suite << XMLTest.suite if $suite