Sha256: e6d6f129e82468039b1bae818c01496cdd562606d3ed7e8916fdb1e99c4db3c2

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

require "spec_helper"

describe Rocx::Properties::WebHidden do
  include ValuePropertyTestMacros

  it_should_use tag: :webHidden, name: "web_hidden"

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