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