Sha256: 76659ee9d7fb9681d85e7279a033f7f4ec69ac52703ccfe7818a76bf42c61203
Contents?: true
Size: 398 Bytes
Versions: 9
Compression:
Stored size: 398 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::SpecVanish do include ValuePropertyTestMacros it_should_use tag: :specVanish, name: "spec_vanish" with_value(true) do it_should_work it_should_output "<w:specVanish/>" 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