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