Sha256: bbf04519d4dc5611fe466e5c5bb8e0cca94c356d7f0358dacece8157234302cb

Contents?: true

Size: 383 Bytes

Versions: 3

Compression:

Stored size: 383 Bytes

Contents

require "spec_helper"

describe Rocx::Properties::ComplexItalics do
  include ValuePropertyTestMacros

  it_should_use tag: :iCs, name: "complex_italics"

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