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