summaryrefslogtreecommitdiff
path: root/test/xhtml/suite.rb
blob: 63c13e3ab9fc307b8df2bea23e36bb72f2d6bf85 (plain)
1
2
3
4
5
6
7
8
9
class NitroHTMLTest < CodeRaySuite

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

end

$suite << NitroHTMLTest.suite if $suite