Sha256: c9c6fc4ef60792a5cec5127bd1e1d7c187d42dbe102d7f7b0090404a20c87afb
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::ComplexItalics do include ValuePropertyTestMacros it_should_use tag: :iCs, name: "complex_italics", value: true with_value(true) do it_should_work it_should_output "<w:iCs/>" end with_value(false) do it_should_work it_should_output "<w:iCs w:val=\"false\"/>" end with_value(nil) do it_should_not_work end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.10.6 | spec/properties/complex_italics_spec.rb |