Sha256: c670fa9b651ec26085582b9e30f22a818c59ba0c7b89ea708f403ea70b645854
Contents?: true
Size: 411 Bytes
Versions: 9
Compression:
Stored size: 411 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::SemiHidden do include ValuePropertyTestMacros it_should_use tag: :semiHidden, name: "semi_hidden", value: true with_value(true) do it_should_work it_should_output "<w:semiHidden/>" 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