Sha256: e85eee3e314eb3013cea2897b6890cdcc26dec8604a536e671a4a79ec54fe700
Contents?: true
Size: 406 Bytes
Versions: 9
Compression:
Stored size: 406 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::MirrorIndent do include ValuePropertyTestMacros it_should_use tag: :mirrorIndent, name: "mirror_indent" with_value(true) do it_should_work it_should_output "<w:mirrorIndent/>" 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