Sha256: 25eedd783c7936f2cfae919944738a096db42fb71e05fff720b66222e9d917bb

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

require 'spec_helper'

describe GroupDocs::Document::Rectangle do

  it_behaves_like GroupDocs::Api::Entity

  it { should have_accessor(:x)      }
  it { should have_accessor(:y)      }
  it { should have_accessor(:width)  }
  it { should have_accessor(:height) }

  it { should alias_accessor(:w, :width)  }
  it { should alias_accessor(:h, :height) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
groupdocs-2.3.0 spec/groupdocs/document/rectangle_spec.rb