Sha256: 254128b7d0d2faeda9daca4634a134733b78e073107a1b6fd843f0569429d5b7

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

require "spec_helper"

describe Rocx::Properties::RightToLeft do
  include ValuePropertyTestMacros

  it_should_use tag: :rtl, name: "right_to_left"

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