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