Sha256: 9fb4c7e3d63275b5c605a0910f4cfb05af82939b251ec9b5c9d084b43565a948
Contents?: true
Size: 425 Bytes
Versions: 9
Compression:
Stored size: 425 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::StyleAutoRedefinition do include ValuePropertyTestMacros it_should_use tag: :autoRedefine, name: "style_auto_redefinition" with_value(true) do it_should_work it_should_output "<w:autoRedefine/>" end with_value(false) do it_should_work it_should_output "" end with_value(nil) do it_should_work it_should_output "" end end
Version data entries
9 entries across 9 versions & 1 rubygems