Sha256: d721f27de27eaea52a029147d5b0f029e0e7ffcc02be6bbbadc61312e5b1ab72
Contents?: true
Size: 408 Bytes
Versions: 10
Compression:
Stored size: 408 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::SmallCaps do include ValuePropertyTestMacros it_should_use tag: :smallCaps, name: "small_caps" with_value(true) do it_should_work it_should_output "<w:smallCaps w:val=\"true\"/>" 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
10 entries across 10 versions & 1 rubygems