Sha256: cce5ba1df9ca8c266d888ffd366b44eebebafd428591f01631364add8d2d2992
Contents?: true
Size: 382 Bytes
Versions: 7
Compression:
Stored size: 382 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::NoWrap do include ValuePropertyTestMacros it_should_use tag: :noWrap, name: "no_wrap" with_value(true) do it_should_work it_should_output "<w:noWrap/>" 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
7 entries across 7 versions & 1 rubygems