Sha256: e475d32b346c9ba2d1a0a060c6b2b75985a38736ef1f4dc718afd25faeb8743f

Contents?: true

Size: 312 Bytes

Versions: 7

Compression:

Stored size: 312 Bytes

Contents

require "spec_helper"

describe OpenXml::Docx::Elements::MarkupCompatibilityAlternateContent do
  include ElementTestMacros

  it_should_use tag: :AlternateContent, name: "markup_compatibility_alternate_content"

  with_no_attributes_set do
    it_should_output "<mc:AlternateContent/>", assign: false
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 spec/elements/markup_compatibility_alternate_content_spec.rb
openxml-docx-0.10.5 spec/elements/markup_compatibility_alternate_content_spec.rb
openxml-docx-0.10.4 spec/elements/markup_compatibility_alternate_content_spec.rb
openxml-docx-0.10.3 spec/elements/markup_compatibility_alternate_content_spec.rb
openxml-docx-0.10.2 spec/elements/markup_compatibility_alternate_content_spec.rb
openxml-docx-0.10.1 spec/elements/markup_compatibility_alternate_content_spec.rb
openxml-docx-0.10.0 spec/elements/markup_compatibility_alternate_content_spec.rb