Sha256: 1ef297be021f20df6800f92190e48242d94e19a35db2a8b83f13aec482bc6b70
Contents?: true
Size: 411 Bytes
Versions: 10
Compression:
Stored size: 411 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::Kerning do include ValuePropertyTestMacros it_should_use tag: :kern, name: "kerning", value: 22 with_value(20) do it_should_work it_should_output "<w:kern w:val=\"20\"/>" end with_value(-20) do it_should_not_work end with_value(23.1) do it_should_not_work end with_value(:big) do it_should_not_work end end
Version data entries
10 entries across 10 versions & 1 rubygems