Sha256: afe6dc86e611bcea3e4bb75553a8a3fc6c125cd613cb30b23f4140cd3e677277

Contents?: true

Size: 256 Bytes

Versions: 10

Compression:

Stored size: 256 Bytes

Contents

require "spec_helper"

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

  it_should_use tag: :softHyphen, name: "optional_hyphen"

  with_no_attributes_set do
    it_should_output "<w:softHyphen/>", assign: false
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.10.5 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.10.4 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.10.3 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.10.2 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.10.1 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.10.0 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.9.0 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.8.0 spec/elements/optional_hyphen_spec.rb
openxml-docx-0.8.0.beta1 spec/elements/optional_hyphen_spec.rb