Sha256: 1ed9d8afc3392df3b4ff563f87dd3df301ce781ada09d48e5102481b7830826a

Contents?: true

Size: 390 Bytes

Versions: 9

Compression:

Stored size: 390 Bytes

Contents

require "spec_helper"

describe OpenXml::Docx::Properties::KeepNext do
  include ValuePropertyTestMacros

  it_should_use tag: :keepNext, name: "keep_next"

  with_value(true) do
    it_should_work
    it_should_output "<w:keepNext/>"
  end

  with_value(false) do
    it_should_work
    it_should_output ""
  end

  with_value(nil) do
    it_should_work
    it_should_output ""
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
openxml-docx-0.10.5 spec/properties/keep_next_spec.rb
openxml-docx-0.10.4 spec/properties/keep_next_spec.rb
openxml-docx-0.10.3 spec/properties/keep_next_spec.rb
openxml-docx-0.10.2 spec/properties/keep_next_spec.rb
openxml-docx-0.10.1 spec/properties/keep_next_spec.rb
openxml-docx-0.10.0 spec/properties/keep_next_spec.rb
openxml-docx-0.9.0 spec/properties/keep_next_spec.rb
openxml-docx-0.8.0 spec/properties/keep_next_spec.rb
openxml-docx-0.8.0.beta1 spec/properties/keep_next_spec.rb