Sha256: 8a63a81b5939dc5dbbbf18018704e20ddcbd12f30b47e3a652a9f392cbd4dc1d

Contents?: true

Size: 389 Bytes

Versions: 3

Compression:

Stored size: 389 Bytes

Contents

require "spec_helper"

describe Rocx::Properties::SpecVanish do
  include ValuePropertyTestMacros

  it_should_use tag: :specVanish, name: "spec_vanish"

  with_value(true) do
    it_should_work
    it_should_output "<w:specVanish/>"
  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/spec_vanish_spec.rb
rocx-0.6.0 spec/properties/spec_vanish_spec.rb
rocx-0.5.8 spec/properties/spec_vanish_spec.rb