Sha256: 5f0be5adf17bdbc24b2d5555b84ff7a0881ded80151839ff7c108dc6ffe636b9
Contents?: true
Size: 396 Bytes
Versions: 9
Compression:
Stored size: 396 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::PrimaryStyle do include ValuePropertyTestMacros it_should_use tag: :qFormat, name: "primary_style" with_value(true) do it_should_work it_should_output "<w:qFormat/>" 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