test/test_inaobuilder.rb in review-1.2.0 vs test/test_inaobuilder.rb in review-1.3.0
- old
+ new
@@ -12,10 +12,10 @@
"secnolevel" => 2, # for IDGXMLBuilder, HTMLBuilder
"inencoding" => "UTF-8",
"outencoding" => "UTF-8",
"stylesheet" => nil, # for HTMLBuilder
}
- ReVIEW.book.param = param
+ ReVIEW.book.config = param
end
def test_all
compiler = Compiler.new(INAOBuilder.new)
mktmpbookdir do |dir, book, files|