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