instiki/vendor/plugins/HTML5lib/Rakefile.rb

8 lines
128 B
Ruby
Raw Normal View History

require 'rake'
require 'rake/testtask'
Rake::TestTask.new do |task|
task.pattern = 'tests/test_*.rb'
task.verbose = true
end