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