Sha256: ede98bf507c36ad45d41f7050cb09827c4d8c5b5634cdf360af7d3451602de23
Contents?: true
Size: 404 Bytes
Versions: 10
Compression:
Stored size: 404 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::Personal do include ValuePropertyTestMacros it_should_use tag: :personal, name: "personal" with_value(true) do it_should_work it_should_output "<w:personal w:val=\"true\"/>" 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
10 entries across 10 versions & 1 rubygems