Sha256: 2aac2a4a6ca4b6d91fe8ca1e5d196dad9fdf5c158745d265e6636237b1658c1e

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

require "spec_helper"

describe Rocx::Properties::MirrorIndent do
  include ValuePropertyTestMacros

  it_should_use tag: :mirrorIndent, name: "mirror_indent"

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