summaryrefslogtreecommitdiff
path: root/test/html/suite.rb
blob: bff8c8326eebe651a8cd72a80408be573385ea19 (plain)
1
2
3
4
5
6
7
8
9
class HTMLTest < CodeRaySuite
	
	@file = __FILE__
	LANG = :html
	EXTENSION = 'html'
	
end

$suite << HTMLTest.suite if $suite