Sha256: 0f6d7ddf53d3776ac85b77992c8df65e008ca2eb0eed431539ebf3a1e5c04139
Contents?: true
Size: 409 Bytes
Versions: 9
Compression:
Stored size: 409 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::ComplexScriptFormatting do include ValuePropertyTestMacros it_should_use tag: :cs, name: "complex_script_formatting" with_value(true) do it_should_work it_should_output "<w:cs/>" 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