Sha256: e098e712f8025d0b1f91107a25d5eae59d18b2439d06dac690c00aa35983ae2f

Contents?: true

Size: 268 Bytes

Versions: 10

Compression:

Stored size: 268 Bytes

Contents

require "spec_helper"

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

  it_should_use tag: :noBreakHyphen, name: "nonbreaking_hyphen"

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

end

Version data entries

10 entries across 10 versions & 1 rubygems

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