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