Sha256: 0ad11f368a9dedb30bb6aefc2e5da265bf8ccf9a7c2d1b4f72f392f04726b3df
Contents?: true
Size: 367 Bytes
Versions: 9
Compression:
Stored size: 367 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::Bold do include ValuePropertyTestMacros it_should_use tag: :b, name: "bold" with_value(true) do it_should_work it_should_output "<w:b/>" 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