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