Sha256: af66b59a531aaca70f3f5ef93ccbf2491fc0ebe7c359c1ff495c868e0fd35e61
Contents?: true
Size: 418 Bytes
Versions: 10
Compression:
Stored size: 418 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::AutoSpaceDn do include ValuePropertyTestMacros it_should_use tag: :autoSpaceDN, name: "auto_space_dn" with_value(true) do it_should_work it_should_output "<w:autoSpaceDN 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