Sha256: 9023e76f2bff95a16156d05da8126642bb44919e7424e1a01b20b943f87fedb5
Contents?: true
Size: 450 Bytes
Versions: 1
Compression:
Stored size: 450 Bytes
Contents
require "spec_helper" describe OpenXml::DrawingML::Elements::NonVisualPictureDrawingProperties do include ElementTestMacros it_should_use tag: :cNvPicPr, name: "non_visual_picture_drawing_properties" for_attribute(:preferRelativeResize) do with_values([true, false]) do it_should_assign_successfully it_should_output_regular_xml end with_value(:not_a_boolean) do it_should_raise_an_exception end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.10.0 | spec/elements/drawingml/non_visual_picture_drawing_properties_spec.rb |