Sha256: 1fca85f9e6b03178f17ac0e973495575bc7b66893f7454623b9fb064ff68798c
Contents?: true
Size: 388 Bytes
Versions: 9
Compression:
Stored size: 388 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::StyleLock do include ValuePropertyTestMacros it_should_use tag: :locked, name: "style_lock" with_value(true) do it_should_work it_should_output "<w:locked/>" 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