Sha256: dfb1b78e06c21a75f90ffa893f98918a226ac769a45c0c93f65a38eec01e46ce

Contents?: true

Size: 366 Bytes

Versions: 3

Compression:

Stored size: 366 Bytes

Contents

require "spec_helper"

describe Rocx::Properties::Math do
  include ValuePropertyTestMacros

  it_should_use tag: :oMath, name: "math"

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