Sha256: 1bda8f1e728c675e41ac0b631eff1ecf609e6b8b3edc8bd41c16badfd4e6cac9
Contents?: true
Size: 392 Bytes
Versions: 9
Compression:
Stored size: 392 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::ComplexItalics do include ValuePropertyTestMacros it_should_use tag: :iCs, name: "complex_italics" with_value(true) do it_should_work it_should_output "<w:iCs/>" 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