Rakefile in rdf-rdfa-0.2.1 vs Rakefile in rdf-rdfa-0.2.2
- old
+ new
@@ -58,10 +58,10 @@
$:.unshift(File.join(File.dirname(__FILE__), 'lib'))
require 'rdf/rdfa'
require 'spec/rdfa_helper'
require 'fileutils'
- %w(xhtml html4 html5).each do |suite|
+ %w(xhtml xhtml11 html4 html5).each do |suite|
yaml = manifest_file = File.join(File.dirname(__FILE__), "spec", "#{suite}-manifest.yml")
FileUtils.rm_f(yaml)
RdfaHelper::TestCase.to_yaml(suite, yaml)
end
end