Sha256: b924f02e339ddc71e5029adbdbdadf7448d557746be2fd82a2cb3f36b44b3b60
Contents?: true
Size: 425 Bytes
Versions: 10
Compression:
Stored size: 425 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::DoubleStrikethrough do include ValuePropertyTestMacros it_should_use tag: :dstrike, name: "double_strikethrough" with_value(true) do it_should_work it_should_output "<w:dstrike 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