test/test_epub3maker.rb in review-2.2.0 vs test/test_epub3maker.rb in review-2.3.0

- old
+ new

@@ -612,11 +612,10 @@ </div> EOT assert_equal expect, history end - def test_detect_mathml Dir.mktmpdir do |dir| epubmaker = ReVIEW::EPUBMaker.new path = File.join(dir,"test.html") html = <<EOT @@ -639,10 +638,9 @@ f.write(html) end assert_equal ["mathml"], epubmaker.detect_properties(path) end end - def test_detect_mathml_ns Dir.mktmpdir do |dir| epubmaker = ReVIEW::EPUBMaker.new path = File.join(dir,"test.html")