Sha256: e2c77dcfdac2e639552430359bb673758637dc390e741a32ea5284a30d9afc02
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
require "spec_helper" describe OpenXml::DrawingML::Elements::WordprocessingShapeGroup do include ElementTestMacros it_should_use tag: :wgp, name: "wordprocessing_shape_group" with_no_attributes_set do it_should_output "<wpg:wgp/>", assign: false end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.10.1 | spec/elements/drawingml/wordprocessing_shape_group_spec.rb |
openxml-docx-0.10.0 | spec/elements/drawingml/wordprocessing_shape_group_spec.rb |