Sha256: 9e6057791a8da3c286cd509fa213b71f14f15e907fb1d302a50a9336f270240c
Contents?: true
Size: 433 Bytes
Versions: 10
Compression:
Stored size: 433 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::PersonalCompose do include ValuePropertyTestMacros it_should_use tag: :personalCompose, name: "personal_compose" with_value(true) do it_should_work it_should_output "<w:personalCompose w:val=\"true\"/>" 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
10 entries across 10 versions & 1 rubygems