Sha256: 7407ab65dc6142be2d01da60876322c295c4e4989eb409ddc7ce004ae9b61058

Contents?: true

Size: 240 Bytes

Versions: 10

Compression:

Stored size: 240 Bytes

Contents

require "spec_helper"

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

  it_should_use tag: :dayShort, name: "short_day"

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

end

Version data entries

10 entries across 10 versions & 1 rubygems

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