summaryrefslogtreecommitdiff
path: root/test/xhtml/suite.rb
blob: 061487434aeaa346b06224a27d1f01ce6534ce4c (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