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