Sha256: c6bfa689f86490088f12c7801f7b4a5e55f89f4f86f5df5e529cd51cc2dad2e9

Contents?: true

Size: 391 Bytes

Versions: 3

Compression:

Stored size: 391 Bytes

Contents

require "spec_helper"

describe Rocx::Properties::Outline do
  include ValuePropertyTestMacros

  it_should_use tag: :outline, name: "outline"

  with_value(true) do
    it_should_work
    it_should_output "<w:outline w:val=\"true\"/>"
  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

3 entries across 3 versions & 1 rubygems

Version Path
rocx-0.7.0 spec/properties/outline_spec.rb
rocx-0.6.0 spec/properties/outline_spec.rb
rocx-0.5.8 spec/properties/outline_spec.rb