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