Sha256: 4ac9bbcc24d0ed100f1e9190a615979ab75ac5d972c2c5774c7e8c1866070d33
Contents?: true
Size: 419 Bytes
Versions: 9
Compression:
Stored size: 419 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::PageBreakBefore do include ValuePropertyTestMacros it_should_use tag: :pageBreakBefore, name: "page_break_before" with_value(true) do it_should_work it_should_output "<w:pageBreakBefore/>" 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