Sha256: e098e712f8025d0b1f91107a25d5eae59d18b2439d06dac690c00aa35983ae2f
Contents?: true
Size: 268 Bytes
Versions: 10
Compression:
Stored size: 268 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Elements::NonbreakingHyphen do include ElementTestMacros it_should_use tag: :noBreakHyphen, name: "nonbreaking_hyphen" with_no_attributes_set do it_should_output "<w:noBreakHyphen/>", assign: false end end
Version data entries
10 entries across 10 versions & 1 rubygems