Sha256: 29e06568cb7086e6cbcc318d3d012774334dd119fe6e9178dc477b3867d59c01
Contents?: true
Size: 448 Bytes
Versions: 9
Compression:
Stored size: 448 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::WidowControl do include ValuePropertyTestMacros it_should_use tag: :widowControl, name: "widow_control" with_value(:on) do it_should_work it_should_output "<w:widowControl w:val=\"on\"/>" end with_value(:off) do it_should_work it_should_output "<w:widowControl w:val=\"off\"/>" end with_value(nil) do it_should_work it_should_output "" end end
Version data entries
9 entries across 9 versions & 1 rubygems