require "spec_helper" describe OpenXml::Docx::Elements::WordProcessingDrawingAnchor do include ElementTestMacros it_should_use tag: :anchor, name: "word_processing_drawing_anchor" with_no_attributes_set do it_should_output "", assign: false end for_attribute(:allow_overlap) do with_value(true) do it_should_assign_successfully it_should_output "" end with_value("") do it_should_raise_an_exception end end for_attribute(:behind_document) do with_value(true) do it_should_assign_successfully it_should_output "" end with_value("") do it_should_raise_an_exception end end for_attribute(:hidden) do with_value(true) do it_should_assign_successfully it_should_output "